Hi, I use oidc_login against dex idp with a ldap and github backend. I would like to remove the original login form from my nextcloud web ui, is there a way to achieve that ?
Regards,
Hi, I use oidc_login against dex idp with a ldap and github backend. I would like to remove the original login form from my nextcloud web ui, is there a way to achieve that ?
Regards,
My bad, fixed by a research.
I just found my answer here : https://github.com/pulsejet/nextcloud-oidc-login/issues/5
Turning 'oidc_login_auto_redirect' => false,
to true
solved the problem.
Regards,