TokenRequestContext.IsCaeEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether to enable Continuous Access Evaluation (CAE) for the requested token.
public bool IsCaeEnabled { get; }
member this.IsCaeEnabled : bool
Public ReadOnly Property IsCaeEnabled As Boolean
Property Value
Remarks
If a resource API implements CAE and your application declares it can handle CAE, your app receives CAE tokens for that resource. For this reason, if you declare your app CAE ready, your application must handle the CAE claim challenge for all resource APIs that accept Microsoft Identity access tokens. If you don't handle CAE responses in these API calls, your app could end up in a loop retrying an API call with a token that is still in the returned lifespan of the token but has been revoked due to CAE.
Applies to
Azure SDK for .NET