You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we got an on-prem Active Directory which is synced to our Azure-AD and try to connect our Azure-AD to bigbluebutton. It seems to be a problem when the https://graph.microsoft.com/v1.0/me/ endpoint delivers a mail-attribute.
If we use a normal Azure-AD-User the authentication works well, but the synced users from our Active Directory with the mail-attribute can't login and get the error "Invalid_credentials".
Hi Blinsidenetworks-Team,
we got an on-prem Active Directory which is synced to our Azure-AD and try to connect our Azure-AD to bigbluebutton. It seems to be a problem when the https://graph.microsoft.com/v1.0/me/ endpoint delivers a mail-attribute.
If we use a normal Azure-AD-User the authentication works well, but the synced users from our Active Directory with the mail-attribute can't login and get the error "Invalid_credentials".
I looked into the code and maybe the following lines in
https://github.com/blindsidenetworks/omniauth-bn-office365/blob/master/lib/omniauth/strategies/office365.rb causes the error:
Edit: After some changes we could deliver the on-prem users without the email-field, but they still can't login.
Thank you very much,
robert
The text was updated successfully, but these errors were encountered: