Hi All
I am fairly new to picketlink . I have successfully setup the picketlink service provider to be used on tomcat for a web application . However , I have a requirement that my application looks for a particular SAML attribute as header for further processing .
I want to know that if there is any way in picketlink to pass the SAML attribute as HTTP header in the application . I can see that SAML passes as HTTP Session , but I want it in HTTP headers.
thanks .