1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 18:43:36 +00:00

refactor(sso-config-tweaks): [Auth/PM-933] Make Single Sign-On URL required regardless of EntityId (#6314)

Makes the Single Sign-On URL required regardless of the EntityId
This commit is contained in:
rr-bw
2025-10-01 08:55:03 -07:00
committed by GitHub
parent 61265c7533
commit e2f96be4dc
3 changed files with 316 additions and 2 deletions

View File

@@ -389,7 +389,7 @@
<value>If SAML Binding Type is set to artifact, identity provider resolution service URL is required.</value>
</data>
<data name="IdpSingleSignOnServiceUrlValidationError" xml:space="preserve">
<value>If Identity Provider Entity ID is not a URL, single sign on service URL is required.</value>
<value>Single sign on service URL is required.</value>
</data>
<data name="InvalidSchemeConfigurationError" xml:space="preserve">
<value>The configured authentication scheme is not valid: "{0}"</value>