diff --git a/authentik/sources/oauth/types/azure_ad.py b/authentik/sources/oauth/types/azure_ad.py index b7d171403b..7d76e4647d 100644 --- a/authentik/sources/oauth/types/azure_ad.py +++ b/authentik/sources/oauth/types/azure_ad.py @@ -73,7 +73,7 @@ class AzureADType(SourceType): authorization_url = "https://login.microsoftonline.com/common/oauth2/v2.0/authorize" access_token_url = "https://login.microsoftonline.com/common/oauth2/v2.0/token" # nosec profile_url = "https://graph.microsoft.com/v1.0/me" - oidc_well_known_url = "" + oidc_well_known_url = " " oidc_jwks_url = "https://login.microsoftonline.com/common/discovery/keys" authorization_code_auth_method = AuthorizationCodeAuthMethod.POST_BODY