feat: Enable UGA SSO with Microsoft Entra
This commit is contained in:
@@ -284,9 +284,9 @@ client_id = "env(AZURE_CLIENT_ID)"
|
||||
# DO NOT commit your OAuth provider secret to git. Use environment variable substitution instead:
|
||||
secret = "env(AZURE_CLIENT_SECRET)"
|
||||
# Overrides the default auth redirectUrl.
|
||||
redirect_uri = ""
|
||||
redirect_uri = "env(AZURE_REDIRECT_URI)"
|
||||
# Azure tenant ID or 'common' for multi-tenant. Use 'common', 'organizations', 'consumers', or your specific tenant ID.
|
||||
url = "https://login.microsoftonline.com/env(AZURE_TENANT_ID)/v2.0"
|
||||
url = "env(AZURE_TENANT_URL)"
|
||||
# If enabled, the nonce check will be skipped.
|
||||
skip_nonce_check = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user