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:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user