1
0
mirror of https://github.com/bitwarden/server synced 2025-12-22 19:23:45 +00:00

Implemented new OIDC redirect behavior (#954)

This commit is contained in:
Chad Scharf
2020-09-29 17:06:17 -04:00
committed by GitHub
parent 8f7389f153
commit 3b8cbe631f
7 changed files with 37 additions and 3 deletions

View File

@@ -315,6 +315,7 @@ namespace Bit.Core.Business.Sso
SignedOutCallbackPath = config.BuildSignedOutCallbackPath(),
MetadataAddress = config.MetadataAddress,
// Prevents URLs that go beyond 1024 characters which may break for some servers
AuthenticationMethod = config.RedirectBehavior,
GetClaimsFromUserInfoEndpoint = config.GetClaimsFromUserInfoEndpoint,
};