Forum Discussion
Ares Chen
Microsoft
Apr 15, 2018Azure AD Oauth token revocation when user change their password
We have read the document as below https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory/develop/active-directory-token-and-claims.md
and we found the token revocation p...
VasilMichev
Apr 15, 2018MVP
Last time I played with this, only synced/federated users' tokens were affected by password changes, and by tokens I mean only the refresh tokens. For synced users, password changes didn't invalidate tokens, admin password resets did though. Things might have changed since though.
Are we talking about a custom app or O365 btw?
Ares Chen
Microsoft
Apr 16, 2018Thank you Vasil
yes, we are talking about a custom app which use Microsoft Graph to access office 365 resource.
- yyaseminugurJan 10, 2022Copper ContributorDid you come up with any solution to this issue?