Shibboleth support in my application
Peter Schober
peter.schober at univie.ac.at
Tue Sep 17 08:27:34 EDT 2013
* mmichaelchn <mmichaelchn at gmail.com> [2013-09-17 13:38]:
> I was able to redirect the response to servlet. But when I am trying to get
> the attributes it is showing empty.
> The url I am hitting is https://localhost:444/Shibboleth.sso/Session
What response do you "redirect" to the servlet? Are you saying you
were seccessful in configuring your webserver to proxy/tunnel HTTP
traffic to your Java servlet engine -- all of which has very little to
do with Shibboleth? More importantly, passing attributes from the SAML
IDP to the Shibboleth SP (and checking for them with the Session
handler) has nothing at all to do with Java or servlets.
Check our Shibboleth SP logs about attributes (and maybe check with
the IdP to make sure they got sent in the forst place). Only once
they're there we can contibue to talk about how to get them over into
the servlet world.
-peter
More information about the users
mailing list