mirror of
https://github.com/bitwarden/server.git
synced 2025-04-18 19:48:12 -05:00
swap around sso service uris
This commit is contained in:
parent
7a72da5725
commit
39df8611e1
@ -85,7 +85,7 @@ namespace Bit.Identity
|
|||||||
.AddAuthentication()
|
.AddAuthentication()
|
||||||
.AddOpenIdConnect("sso", "Single Sign On", options =>
|
.AddOpenIdConnect("sso", "Single Sign On", options =>
|
||||||
{
|
{
|
||||||
options.Authority = globalSettings.BaseServiceUri.InternalSso;
|
options.Authority = globalSettings.BaseServiceUri.Identity;
|
||||||
options.RequireHttpsMetadata = !Environment.IsDevelopment() &&
|
options.RequireHttpsMetadata = !Environment.IsDevelopment() &&
|
||||||
globalSettings.BaseServiceUri.InternalIdentity.StartsWith("https");
|
globalSettings.BaseServiceUri.InternalIdentity.StartsWith("https");
|
||||||
options.ClientId = "oidc-identity";
|
options.ClientId = "oidc-identity";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user