Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Do extra parameters from the STS get surfaced to developer? #85

Closed
danieldobalian opened this issue Apr 6, 2017 · 3 comments · Fixed by #88
Closed

Do extra parameters from the STS get surfaced to developer? #85

danieldobalian opened this issue Apr 6, 2017 · 3 comments · Fixed by #88
Assignees

Comments

@danieldobalian
Copy link

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>"]}}}
@rayluo
Copy link
Collaborator

rayluo commented Apr 7, 2017

Looks like the same as this feature request in MSAL dotnet. I'll take a look.

@danieldobalian
Copy link
Author

Yup, this scenario applies to v1 and v2.

@danieldobalian
Copy link
Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants