Passing attributes to the request header
Kiem Nguyen
kiemnguyen at gmail.com
Sat Sep 7 00:05:32 EDT 2019
Hi everyone,
I have installed and configured a Shibboleth SP 3.0.4 version to work with
our IdP.
Upon logging in https://myapp.com, it redirects me to https://myapp.com/#/
and I'm authenticated to access my application.
When I go to https//myapp.com/Shibboleth.sso/Session I can see all
attributes which I mapped in the attribute_map.xml.
I also enable the shibboleth headers on my protected location:
<Location />
AuthType shibboleth
ShibRequireSession On
ShibUseHeaders On
Require valid-user</Location>
I tried to look for the attributes in the request header responses using IE
and Chrome developer tool, but I couldn't find any attribute in the header
responses.
Could anyone please show me how to pass attributes to the request header?
My web service and app service are in two different servers. I would like
to send the attributes to the app service. Thank you and I really
appreciate your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20190906/b2ba8640/attachment.html>
More information about the users
mailing list