Block web login / only use OpenID

Hello everyone, I would kindly need your help. I have correctly configured the login with OpenID via Authentik, I would like to totally disable (not hide) the login via webform. Is it possible

I find only partial solutions that keep the web login for Admin or on hidden addresses, thanks

hello @SionS4R welcome to the community :handshake:

I assume you are asking abount oidc_login-app. please be aware of State of the maintainance · Issue #182 · pulsejet/nextcloud-oidc-login · GitHub

Please check the config, for me the setting

// Automatically redirect the login page to the provider

‘oidc_login_auto_redirect’ => false,

sounds like what you are looking for.

Thank you so much! :slight_smile:

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.