mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 05:58:13 -05:00
Add some missing defaults to SSO Api (#1619)
This commit is contained in:
parent
0cc59f3cfa
commit
f63a0711dc
@ -34,11 +34,11 @@ namespace Bit.Core.Models.Data
|
|||||||
public string IdpSingleSignOnServiceUrl { get; set; }
|
public string IdpSingleSignOnServiceUrl { get; set; }
|
||||||
public string IdpSingleLogoutServiceUrl { get; set; }
|
public string IdpSingleLogoutServiceUrl { get; set; }
|
||||||
public string IdpX509PublicCert { get; set; }
|
public string IdpX509PublicCert { get; set; }
|
||||||
public Saml2BindingType IdpBindingType { get; set; }
|
public Saml2BindingType IdpBindingType { get; set; } = Saml2BindingType.HttpRedirect;
|
||||||
public bool IdpAllowUnsolicitedAuthnResponse { get; set; }
|
public bool IdpAllowUnsolicitedAuthnResponse { get; set; }
|
||||||
public string IdpArtifactResolutionServiceUrl { get; set; }
|
public string IdpArtifactResolutionServiceUrl { get; set; }
|
||||||
public bool IdpDisableOutboundLogoutRequests { get; set; }
|
public bool IdpDisableOutboundLogoutRequests { get; set; }
|
||||||
public string IdpOutboundSigningAlgorithm { get; set; }
|
public string IdpOutboundSigningAlgorithm { get; set; } = SamlSigningAlgorithms.Sha256;
|
||||||
public bool IdpWantAuthnRequestsSigned { get; set; }
|
public bool IdpWantAuthnRequestsSigned { get; set; }
|
||||||
|
|
||||||
// SAML2 SP
|
// SAML2 SP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user