UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
- If
redirect
is present, then the redirect flow MUST be used - Else, check whether
oauth
is set to True then OAuth flow, else direct flow- For a more complete check, like the current geteduroam clients, instead of only checking if
oauth
is True a client can also check for the presence ofauthorization_endpoint
andtoken_endpoint
- For a more complete check, like the current geteduroam clients, instead of only checking if
...