-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct entry Graph Endpoint Gov Cloud? #564
Comments
It appears the endpoint is incorrect: https://developer.microsoft.com/en-us/graph/blogs/new-microsoft-graph-endpoints-in-us-government-cloud/ It should be |
I can update this, can either of you clarify if this should be both |
I am not sure what the ResourceIdentifier does, but "https://graph.windows.net/" will throw a cross-cloud exception. |
The value in |
Is there an update on this? We've had the same question from a Vault user who is seeing some issues. |
So it appears that there are two graph endpoints for Presumably |
I just realized this is for Microsoft Graph. The current entries we have are for AAD Graph which is different. This will be addressed in #585. |
I am trying to run Terraform against Azure Gov Cloud using a service principal. I am getting the following error "Confidential Client is not supported in Cross Cloud request." It is trying to reach https://graph.windows.net/***/servicePrincipals?. When I have seen that Error before it usually means the URL is pointing to Commercial Cloud instead of Gov cloud.
Looking in https://github.com/Azure/go-autorest/blob/master/autorest/azure/environments.go I see the GraphEndpoint is set to "https://graph.windows.net/" I don't think that is the correct endpoint for the Graph API in the gov cloud.
The text was updated successfully, but these errors were encountered: