From f63a0711dca5b66ea1121cf1a7d7a9d5cb211d09 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Wed, 6 Oct 2021 19:36:03 +0200 Subject: [PATCH] Add some missing defaults to SSO Api (#1619) --- src/Core/Models/Data/SsoConfigurationData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/Models/Data/SsoConfigurationData.cs b/src/Core/Models/Data/SsoConfigurationData.cs index 19192c3897..b7b20ebfb5 100644 --- a/src/Core/Models/Data/SsoConfigurationData.cs +++ b/src/Core/Models/Data/SsoConfigurationData.cs @@ -34,11 +34,11 @@ namespace Bit.Core.Models.Data public string IdpSingleSignOnServiceUrl { get; set; } public string IdpSingleLogoutServiceUrl { 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 string IdpArtifactResolutionServiceUrl { get; set; } public bool IdpDisableOutboundLogoutRequests { get; set; } - public string IdpOutboundSigningAlgorithm { get; set; } + public string IdpOutboundSigningAlgorithm { get; set; } = SamlSigningAlgorithms.Sha256; public bool IdpWantAuthnRequestsSigned { get; set; } // SAML2 SP