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

Pass an array of Idp on the foreach loop #720

Closed solracsf closed 1 year ago

solracsf commented 1 year ago

Fix https://github.com/nextcloud/user_saml/issues/694

Ensure type safety by making sure that the $this->configurations variable is properly initialized and contains an array before the foreach loop is executed.

solracsf commented 1 year ago

Tests failing because of https://github.com/nextcloud/user_saml/pull/721