1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 17:12:49 -05:00

[PM-5149] unique SP entity id for organization sso configs (#3520)

* org specific sp entity id

* updates

* dont default true
This commit is contained in:
Kyle Spearrin
2024-01-18 16:54:01 -05:00
committed by GitHub
parent ef359c3cf1
commit 4b6299a055
4 changed files with 9 additions and 2 deletions

View File

@ -70,6 +70,7 @@ public class SsoConfigurationData
public bool IdpWantAuthnRequestsSigned { get; set; }
// SAML2 SP
public bool SpUniqueEntityId { get; set; }
public Saml2NameIdFormat SpNameIdFormat { get; set; }
public string SpOutboundSigningAlgorithm { get; set; }
public Saml2SigningBehavior SpSigningBehavior { get; set; }