Skip to content

Expose "isCaeEnabled" to customers #1815

@markbukovich

Description

@markbukovich

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions