Forum Discussion
haimizrael
Jan 03, 2022Copper Contributor
Force MSI access token expiration?
Is there a way to force an access token be refreshed in less than the default 24 hours? The use case is an Azure service with a managed service identity (MSI) that authenticates against an AAD ap...
Jai Verma
Feb 14, 2022Brass Contributor
I think you can apply SignIn frequency CA Policy and apply it to MSI and set the token expiration lower than 24 hours. I have not tested this personally, but I trust it should work.