msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
Expose "isCaeEnabled" to customers
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
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