mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Allow SHA1 inbound sigs from Idp (#1047)
This commit is contained in:
@ -39,6 +39,7 @@ namespace Bit.Core.Models.Data
|
||||
public Saml2SigningBehavior SpSigningBehavior { get; set; } = Saml2SigningBehavior.IfIdpWantAuthnRequestsSigned;
|
||||
public bool SpWantAssertionsSigned { get; set; }
|
||||
public bool SpValidateCertificates { get; set; }
|
||||
public string SpMinIncomingSigningAlgorithm { get; set; } = SamlSigningAlgorithms.Sha256;
|
||||
|
||||
public string BuildCallbackPath(string ssoUri = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user