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 Jun 17, 2024. It is now read-only.
Basically updating an app to talk to more resources ultimately breaks existing users that are already onboarded to the app. The workaround we have to this is to have users remove the app from their list of consented apps so that upon the next login Azure would ask for consent again.
Repro:
Create an app in AAD
User "Bob" logins in to app
App is updated with perms to talk to another resource (say Graph or service ABC)
Acquire delegation token for Graph or ABC
It fails due to user consent.
The fix I think would be to capture the consent failure, generate a login url and append context &prompt=consent.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Basically updating an app to talk to more resources ultimately breaks existing users that are already onboarded to the app. The workaround we have to this is to have users remove the app from their list of consented apps so that upon the next login Azure would ask for consent again.
Repro:
The fix I think would be to capture the consent failure, generate a login url and append context &prompt=consent.
The text was updated successfully, but these errors were encountered: