[BUG] Fix integration test error in AADWebApiOboIT. #23170
Labels
azure-spring
All azure-spring related issues
azure-spring-aad
Spring active directory related issues.
Milestone
For Azure China, the scope of graph should be
https://microsoftgraph.chinacloudapi.cn/User.Read
.But in current integration test, it's
https://graph.microsoft.com/User.Read
.An email
MSAL is not supported in National Clouds today
, so AADWebApiOboIT should failed after updated tohttps://microsoftgraph.chinacloudapi.cn/User.Read
.Refs:
ADAL to MSAL not supported in National Clouds
.The text was updated successfully, but these errors were encountered: