zorn-v / nextcloud-social-login

GNU Affero General Public License v3.0
199 stars 138 forks source link

Change group string split #458

Closed GainDanny closed 6 months ago

GainDanny commented 6 months ago

Our SSO system uses a dot in one of the claim names. This creates a conflict with how the group string is processed in the settings. To resolve this, we can use the str_getcsv function, which allows us to enclose a portion of the string that should not be divided.