-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe the problem.
Customers are encountering the error in the following issue:
microsoftgraph/msgraph-sdk-java#2215
While the issue linked above is caused by an issue with the API itself, it has brought to light the fact that the MS Graph SDK enables Continuous Access Evaluation (CAE) by default and does not expose control over this to customers.
Currently, the adapter for the Azure SDK has a parameter for "AzureIdentityAccessTokenProvider" called isCaeEnabled; however, in the current implementation of the MS Graph SDK, this parameter is always set to true.
Describe the solution you'd like.
We would like for some way to control the "isCaeEnabled" parameter.
Additional context?
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request