Redirect User without asking for IdP.
Saurabh Tyagi
saurabh.tyagi at thepsi.com
Thu Jul 18 01:41:13 EDT 2013
Thanks Peter and Scott..!!
Thanks a lot for your kind help.
Finally I did it in https.conf of apache.
<Location /TestSAMLRequest>
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibRequestSetting entityID https://127.0.0.1:8443/idp/shibboleth
require valid-user
ShibUseHeaders On
</Location>
I am using apache , writing the same thing in Request mapper it is working
fine.
<Host name="192.168.3.213">
<Path name="TestSAMLRequest" authType="shibboleth"
requireSession="true" entityID="http://ps212.xxx.com/adfs/services/trust"/>
</Host>
Which is the right place to write and why?
Thanks and Regards
Saurabh Tyagi
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On
Behalf Of Cantor, Scott
Sent: Wednesday, July 17, 2013 7:28 PM
To: Shib Users
Subject: RE: Redirect User without asking for IdP.
> how would I do in apache???
ShibRequestSetting entityID <name>
-- Scott
--
To unsubscribe from this list send an email to
users-unsubscribe at shibboleth.net
More information about the users
mailing list