nextcloud / user_saml

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
https://portal.nextcloud.com/article/configuring-single-sign-on-10.html
GNU Affero General Public License v3.0
96 stars 76 forks source link

Login with Microsoft Azure AD and Nextcloud 25.0.6 and SSO & SAML authentication 5.1.2 fails concistently #715

Closed jakobmolandergeus closed 1 year ago

jakobmolandergeus commented 1 year ago

After upgrading from Nextcloud 25.0.5 to 25.0.6 the SSO SAML integration with Microsoft Azure AD has stopped working for us. The users can no longer login with SSO & SAML - direct login not affected.

See the : error.log

Is this a problem with the SSO & SAML authentication app, Nextcloud or the Microsoft Azure AD configuration?

It was working before the upgrade.

Thank you in advance.

BobSilent commented 1 year ago

Same for me, it seems to be connected to #709

workaround is to disable the password policy (which worked for me as well)

commandline or use direct login and disable the app.

php occ app:disable password_policy

There seems to be a fix for NC26, but I am also on NC25 and there it seems to be not available (yet)

solracsf commented 1 year ago

Fixed by https://github.com/nextcloud/password_policy/pull/461 (v25.0.7)