Change OIDC url to none
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
This commit is contained in:
@ -73,7 +73,7 @@ class AzureADType(SourceType):
|
|||||||
authorization_url = "https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
|
authorization_url = "https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
|
||||||
access_token_url = "https://login.microsoftonline.com/common/oauth2/v2.0/token" # nosec
|
access_token_url = "https://login.microsoftonline.com/common/oauth2/v2.0/token" # nosec
|
||||||
profile_url = "https://graph.microsoft.com/v1.0/me"
|
profile_url = "https://graph.microsoft.com/v1.0/me"
|
||||||
oidc_well_known_url = " "
|
oidc_well_known_url = None
|
||||||
oidc_jwks_url = "https://login.microsoftonline.com/common/discovery/keys"
|
oidc_jwks_url = "https://login.microsoftonline.com/common/discovery/keys"
|
||||||
|
|
||||||
authorization_code_auth_method = AuthorizationCodeAuthMethod.POST_BODY
|
authorization_code_auth_method = AuthorizationCodeAuthMethod.POST_BODY
|
||||||
|
Reference in New Issue
Block a user