mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
swap around sso service uris
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user