Skip to content

Latest commit

 

History

History

RefreshToken

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Refresh token revocation

Implements support for refresh token revocation in custom policies.

Based on

Socal starter pack

Notes

Refresh tokens may be revoked by using Revoke-AzureADUserAllRefreshToken PowerShell command, user password change (local user only) or via the portal (User->Revoke sessions).

Adding sample to your policy set

Use IefPolicies module with the following command

Add-IefPoliciesSample RefreshToken -owner mrochon -repo b2csamples