Microsoft for Sovereignty clouds #13225
Closed
jimseiwert
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
Microsoft has several different cloud endpoints depending on offerings being used. To authenticate against these you need to change your endpoints as such. This PR is an extension of the initial offering for Microsoft Entra authentication. #9154 (comment).
Additional endpoints can be seen here: https://learn.microsoft.com/en-us/graph/deployments
Proposal
I propose we add an additional environment variable called AUTH_MICROSOFT_ENTRA_ID_BASE_URL with a default value of https://login.microsoftonline.com. If the user specifies a different endpoint we will use that value.
This will maintain backwards compatibility and allow for future expansion. Happy to submit a PR to support.
Beta Was this translation helpful? Give feedback.
All reactions