diff --git a/src/Identity/Startup.cs b/src/Identity/Startup.cs index e1fb6c5b45..2bc7308339 100644 --- a/src/Identity/Startup.cs +++ b/src/Identity/Startup.cs @@ -85,7 +85,7 @@ namespace Bit.Identity .AddAuthentication() .AddOpenIdConnect("sso", "Single Sign On", options => { - options.Authority = globalSettings.BaseServiceUri.InternalSso; + options.Authority = globalSettings.BaseServiceUri.Identity; options.RequireHttpsMetadata = !Environment.IsDevelopment() && globalSettings.BaseServiceUri.InternalIdentity.StartsWith("https"); options.ClientId = "oidc-identity";