diff --git a/src/Identity/Startup.cs b/src/Identity/Startup.cs index 838e922e07..e2bce78473 100644 --- a/src/Identity/Startup.cs +++ b/src/Identity/Startup.cs @@ -88,6 +88,8 @@ namespace Bit.Identity options.Authority = globalSettings.BaseServiceUri.Sso; options.MetadataAddress = globalSettings.BaseServiceUri.InternalSso + "/.well-known/openid-configuration"; + options.Configuration.AuthorizationEndpoint = globalSettings.BaseServiceUri.Sso + + "/connect/authorize"; options.RequireHttpsMetadata = !Environment.IsDevelopment() && globalSettings.BaseServiceUri.InternalIdentity.StartsWith("https"); options.ClientId = "oidc-identity";