Skip to content

Commit 3227c49

Browse files
Update plugins/user-authenticators/saml2/src/main/java/org/apache/cloudstack/saml/SAML2AuthManager.java
Co-authored-by: Vishesh <[email protected]>
1 parent 753257e commit 3227c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/user-authenticators/saml2/src/main/java/org/apache/cloudstack/saml/SAML2AuthManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public interface SAML2AuthManager extends PluggableAPIAuthenticator, PluggableSe
7474
"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);
7575

7676
ConfigKey<Boolean> SAMLForceAuthn = new ConfigKey<Boolean>("Advanced", Boolean.class, "saml2.force.authn", "false",
77-
"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);
77+
"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);
7878

7979
SAMLProviderMetadata getSPMetadata();
8080
SAMLProviderMetadata getIdPMetadata(String entityId);

0 commit comments

Comments
 (0)