mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12: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)
|
||||
{
|
||||
|
@ -331,6 +331,9 @@
|
||||
<data name="SigningBehavior" xml:space="preserve">
|
||||
<value>Signing Behavior</value>
|
||||
</data>
|
||||
<data name="MinIncomingSigningAlgorithm" xml:space="preserve">
|
||||
<value>Minimum Incoming Signing Algorithm</value>
|
||||
</data>
|
||||
<data name="BindingType" xml:space="preserve">
|
||||
<value>Binding Type</value>
|
||||
</data>
|
||||
|
Reference in New Issue
Block a user