Should it become necessary to revoke OAuth tokens for Microsoft services to which a Project Insight user has been authenticated, use one of the following methods:
Microsoft Graph API
- To revoke the refresh token of the signed-in user:
POST https://graph.microsoft.com/v1.0/me/revokeSignInSessions
- To revoke the refresh token of another user:
POST https://graph.microsoft.com/v1.0/users/object_id_or_upn_of_user/revokeSignInSessions
PowerShell:
Follow the links below for more information on how to use PowerShell cmdlets
Comments
0 comments
Please sign in to leave a comment.