mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
try explicitly setting AuthorizationEndpoint
This commit is contained in:
parent
b848e9e22c
commit
9b02c2adb5
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user