Nov 29 2018
10:01 PM
- last edited on
Jan 14 2022
05:21 PM
by
TechCommunityAP
Nov 29 2018
10:01 PM
- last edited on
Jan 14 2022
05:21 PM
by
TechCommunityAP
Is there a way to see all tokens that are alive in Azure Active Directory? Looking at script and GUI options. Thanks.
Nov 29 2018 11:48 PM
No. That will effectively allow you access to any application your users are currently logged in to. If the idea is to revoke access for a specific user, you can use the Revoke-AzureADUserAllRefreshToken cmdlet: https://docs.microsoft.com/en-us/powershell/module/azuread/revoke-azureaduserallrefreshtoken?view=az...
Dec 02 2018 04:02 AM
Thanks for clarifying. I thought there was an option to list tokens that were refreshed or other state. I will definitely keep that command though as it will be useful one day.