msgraph-sdk-python-core icon indicating copy to clipboard operation
msgraph-sdk-python-core copied to clipboard

Expose "isCaeEnabled" to customers

Open Ndiritu opened this issue 10 months ago • 1 comments

Customers are encountering CAE exceptions thrown by the Microsoft Graph API due to an issue on the API side.

We should provide a way for customers to control whether the client is CAE enabled or not.

Related issue: https://github.com/microsoftgraph/msgraph-sdk-java/issues/2215

Similar fix https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/1817

Ndiritu avatar Jan 07 '25 07:01 Ndiritu

Last time I saw this issue I had to initialize MSAL with the isCaeEnabled parameter. So I think you might be able to fix this yourself

svrooij avatar Jan 18 '25 18:01 svrooij