-
Notifications
You must be signed in to change notification settings - Fork 27
Description
While the current implementation of the OIDC login works well, the login workflow for the users could be simplified.
Wherever there are login buttons, if OIDC is configured as only login option, you should be redirected directly to your OIDC provider instead of the login page that only has the option to redirect:
Also, the string for the wording in the login page should be configurable somewhere, because OpenID Connect is a technical term that not always is publicized like this in all instituions (e.g. I could imagine this being something like "Login in through the IT-Portal of Fabulous University"). [The same goes for the other log-in methods, btw]
Lastly, I guess it would nicer to not see a login page at all when you are already logged-in globally.