Currently, after configuring openid, every time I open the domain name, I need to manually click login (OpenID redirect). It is already single sign-on. Can there be an option to select the default domain name as the openid field and open the domain name to automatically log in, without having to manually click login (OpenID redirect) again?
Hm that would be a bit tricky, as we always have at least two realms available, and we can't know which one the user wants to use when logging in, before they've selected it. If we were to redirect them right away, but they don't want to use the OpenID realm, there would be no way to overrule the realm for them.
I guess we could have a setting in local storage that is something like “always use this realm”, we could automate that for users the next time they log in. Could you open a Bugzilla issue for this to discuss that further? [1]
I have submitted, Bug 6381 - OpenID Automatic login
I learned how other applications do it, for example, nextcloud uses OpenID Connect Login as the authentication server and turns on automatic redirection. But they can log in with a local account through https://nextcloud.com/login?direct=1&noredir=1.