Remote IdP not responding?

Christopher Bongaarts cab at umn.edu
Wed Jul 3 12:32:50 EDT 2013


On 7/1/2013 7:10 PM, Roger Jagoda wrote:
> The only thing remaining is the Session initiation. We protect a page
> on our side (SP) and trigger the Shibboleth session with the usual
> vhost configuration:
>
> <Location /secure/protected.php>
>     AuthType shibboleth
>     ShibRequireSession On
>     require valid-user
>     ShibUseHeaders On
> </Location>
>
>
> What is the best way of forcing the redirection to the appropriate
> URL.

Apologies if this was already answered in a disconnected part of the 
thread....

Add this line to your <Location> block:

ShibRequestSetting entityID https://shibboleth.testdb.idp2.edu

The SP will generate the necessary redirects and SAML requests for you.

References:
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPContentSettings
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig

-- 
%%  Christopher A. Bongaarts   %%  cab at umn.edu          %%
%%  OIT - Identity Management  %%  http://umn.edu/~cab  %%
%%  University of Minnesota    %%  +1 (612) 625-1809    %%



More information about the users mailing list