Skip to content

Commit

Permalink
Merge pull request #56 from derek63/enable-saml-signature-validation
Browse files Browse the repository at this point in the history
Reenable SAML signature validation
  • Loading branch information
jewzaam committed Jan 27, 2015
2 parents 473cce4 + 6e1b4ac commit 37d66fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Keys in this file are defined as system properties in stadanlone.xml -->
<PicketLink xmlns="urn:picketlink:identity-federation:config:2.1">
<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0" ServerEnvironment="tomcat" BindingType="POST" SupportsSignatures="false">
<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0" ServerEnvironment="tomcat" BindingType="POST" SupportsSignatures="true">
<IdentityURL>${IdentityURL}</IdentityURL>
<ServiceURL>${ServiceURL}</ServiceURL>
<KeyProvider ClassName="org.picketlink.identity.federation.core.impl.KeyStoreKeyManager">
Expand Down

0 comments on commit 37d66fa

Please sign in to comment.