lizardsystem / lizard-auth-server

Django backend for the old SSO server
http://lizard-auth-server.readthedocs.io/
MIT License
2 stars 1 forks source link

'allowed_domain' is required #12

Closed reinout closed 8 years ago

reinout commented 9 years ago

The new 'allowed_domain' pattern is required. Existing sites don't have them yet, so saving them fails.

Is this really required? If you don't use the 'next' parameter, it shouldn't be necessary, right?

And the term "pattern" suggests wildcards or regexes. Which one is it? Provide an example in the form.

reinout commented 9 years ago

@berto-nens says it is a domain suffix. So 'lizard.net' (without http, without slash) allows a redirect to http://something.lizard.net/deeplink, for instance.

And @berto-nens sounded half-half like "I know I need to fix the required allowed_domain field" :-)

reinout commented 8 years ago

In de nieuwe versie is het niet meer nodig (en niet meer verplicht).