Replies: 1 comment
-
An access token is a static string that can be stored anywhere and would require the issue to keep track of them. There isn't a way to revoke access tokens that I am aware of. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does running Revoke-MgUserSignInSession also revoke the access token? In the audit logs and from documentation it appears to only revoke the refresh token.
https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/revoke-mgusersigninsession?view=graph-powershell-1.0
Beta Was this translation helpful? Give feedback.
All reactions