Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Temporary patch for issue #104
Browse files Browse the repository at this point in the history
Changed by Gabby while com.dotcms.plugin.saml.v3.BindingType.java is introduced back in the latest code
  • Loading branch information
Gabby committed Jun 20, 2018
1 parent d0b1865 commit a42ef10
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ public class DotsamlProperties {
private String dotcmsSamlNameIdPolicyFormat = NameIDType.PERSISTENT;
private String dotcmsSamlOptionalUserRole = null;
private Boolean dotcmsSamlPolicyAllowCreate = false;
private String dotcmsSamlProtocolBinding = SAMLConstants.SAML2_ARTIFACT_BINDING_URI;
// Changed by Gabby while com.dotcms.plugin.saml.v3.BindingType.java is introduced back in the latest code
// private String dotcmsSamlProtocolBinding = SAMLConstants.SAML2_ARTIFACT_BINDING_URI;
private String dotcmsSamlProtocolBinding = SAML2_REDIRECT_BINDING_URI;
private String dotSamlRemoveRolesPrefix = StringUtils.EMPTY;
private String dotSamlServiceProviderCustomCredentialProviderClassname = null;
private Boolean dotcmsSamlUseEncryptedDescriptor = false;
Expand Down

0 comments on commit a42ef10

Please sign in to comment.