Skip to content

Commit

Permalink
Update plugins/user-authenticators/saml2/src/main/java/org/apache/clo…
Browse files Browse the repository at this point in the history
…udstack/saml/SAML2AuthManager.java

Co-authored-by: Vishesh <[email protected]>
  • Loading branch information
DaanHoogland and vishesh92 authored Oct 4, 2024
1 parent 753257e commit 3227c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public interface SAML2AuthManager extends PluggableAPIAuthenticator, PluggableSe
"When enabled (default and recommended), SAML2 signature checks are enforced and lack of signature in the SAML SSO response will cause login exception. Disabling this is not advisable but provided for backward compatibility for users who are able to accept the risks.", false);

ConfigKey<Boolean> SAMLForceAuthn = new ConfigKey<Boolean>("Advanced", Boolean.class, "saml2.force.authn", "false",
"When enabled (default false), SAML2 will force a new authentication. This can be useful if multiple application use different saml logins from the same application (I.E. browser)", true);
"When enabled (default false), SAML2 will force a new authentication. This can be useful if multiple applications use different saml logins from the same application", true);

SAMLProviderMetadata getSPMetadata();
SAMLProviderMetadata getIdPMetadata(String entityId);
Expand Down

0 comments on commit 3227c49

Please sign in to comment.