pulsejet / nextcloud-oidc-login

Nextcloud login via a single OpenID Connect 1.0 provider
https://apps.nextcloud.com/apps/oidc_login
GNU Affero General Public License v3.0
219 stars 59 forks source link

No LDAP UID found in OpenID response #284

Open benthetechguy opened 1 month ago

benthetechguy commented 1 month ago

I'm trying to use Azure as an OpenID Connect provider, and I'm running into the error No LDAP UID found in OpenID response. Based on #162, this should only be triggered if ldap_uid is not specified, but it's right there in my config:

'oidc_login_attributes' => array (
  'id' => 'sub',
  'name' => 'name',
  'mail' => 'email',
  'ldap_uid' => 'objectGUID',
),