Hi,
I am facing an issue with my SAML configuration in WildFly 10.0
I have configured SAML using picketlink.xml
Functionally it is working as expected, but I am able to decode the SAML request easily since it is not encrypted.
So When I tried to encrypt I am not able to achieve this.
Steps Tried:
1.Added Encrypt="true" and SupportsSignature="true" in PicketLinkIDP tag
2.Added two handlers for encryption.
<Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2EncryptionHandler" />
<Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2SignatureValidationHandler"/>
Followed steps from Identity Provider Configuration - PicketLink - Project Documentation Editor
But still it does not work. Is there anything that I am missing or needs to be configured?