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
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
In the case the STS returns back an error with an extra parameter, is it accessible to the developer. For instance:
error=interaction_required
error_description=AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access '<Web API App/Client ID>'.
claims={"access_token":{"polids":{"essential":true,"Values":["<GUID>"]}}}
The text was updated successfully, but these errors were encountered:
Closed item because ADAL python does not support on-behalf-of flow. Error should still be bubbled up in other error cases, so the change is still relevant.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the case the STS returns back an error with an extra parameter, is it accessible to the developer. For instance:
The text was updated successfully, but these errors were encountered: