Redirect User without asking for IdP.
Saurabh Tyagi
saurabh.tyagi at thepsi.com
Tue Jul 16 05:34:00 EDT 2013
Hello Scott,
I guess, I understand u lately..
This is how I am directly passing the entity Id.
Is this the correct way of doing it?
<RequestMapper type="Native">
<RequestMap>
<Host name="192.168.3.213">
<Path name="secure" authType="shibboleth" requireSession="true"
entityID="https://127.0.0.1:8443/idp/shibboleth"/>
</Host>
<Host name="192.168.3.213">
<Path name="TestSAMLRequest" authType="shibboleth"
requireSession="true" entityID="http://ps212.xxx.com/adfs/services/trust"/>
</Host>
</RequestMap>
</RequestMapper>
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: Monday, July 15, 2013 7:23 PM
To: Shib Users
Subject: Re: Redirect User without asking for IdP.
On 7/15/13 8:24 AM, "Saurabh Tyagi" <saurabh.tyagi at thepsi.com> wrote:
>Is there any way by which I can get the requested URL at EDS side,from
>cookiee or any other way ???
No. If the resource URL implies the IdP (which means you can never
effectively federate access to those resources), then use a content
setting in Apache or the RequestMap to set the entityID. You don't need a
DS.
-- Scott
--
To unsubscribe from this list send an email to
users-unsubscribe at shibboleth.net
More information about the users
mailing list