mirror of
https://github.com/bitwarden/server
synced 2026-01-06 10:34:01 +00:00
change response mode to form_post (#908)
This commit is contained in:
@@ -89,6 +89,7 @@ namespace Bit.Identity
|
|||||||
globalSettings.BaseServiceUri.InternalIdentity.StartsWith("https");
|
globalSettings.BaseServiceUri.InternalIdentity.StartsWith("https");
|
||||||
options.ClientId = "oidc-identity";
|
options.ClientId = "oidc-identity";
|
||||||
options.ClientSecret = globalSettings.OidcIdentityClientKey;
|
options.ClientSecret = globalSettings.OidcIdentityClientKey;
|
||||||
|
options.ResponseMode = "form_post";
|
||||||
|
|
||||||
options.SignInScheme = IdentityServer4.IdentityServerConstants.ExternalCookieAuthenticationScheme;
|
options.SignInScheme = IdentityServer4.IdentityServerConstants.ExternalCookieAuthenticationScheme;
|
||||||
options.ResponseType = "code";
|
options.ResponseType = "code";
|
||||||
|
|||||||
Reference in New Issue
Block a user