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
Hi, we've been using this code in many installations of our software to provide OAuth2.0 login against Azure AD. We are currently on v2.2.1 of this excellent library.
At one site we are suddenly seeing that this code is no longer able to get data from the graph endpoint "/v1.0/me":
It might be worth establishing whether $user['givenName'], say, is really not set or is empty, since ?? will be true in either case; if false $user_first_name will evaluate as empty anyway.
Hi, we've been using this code in many installations of our software to provide OAuth2.0 login against Azure AD. We are currently on v2.2.1 of this excellent library.
At one site we are suddenly seeing that this code is no longer able to get data from the graph endpoint "/v1.0/me":
Either the properties don't exist at the endpoint or they are empty.
Has anyone seen this before and know what the cause can be?
The text was updated successfully, but these errors were encountered: