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
After an unsuccessful attempt to get the configuration, getOpenIdConfiguration returns an empty string.
As a result, the next line triggers a TypeError. It's not an exception, so it isn't caught by other error handlers.
The text was updated successfully, but these errors were encountered:
Possible return types of getOpenIdConfiguration is array|string (string in case of BadResponseException)
in case of string statement $openIdConfiguration['msgraph_host'] is not correct
Hi there!
After an unsuccessful attempt to get the configuration, getOpenIdConfiguration returns an empty string.
As a result, the next line triggers a TypeError. It's not an exception, so it isn't caught by other error handlers.
The text was updated successfully, but these errors were encountered: