Multiple websites on one box
Yannick Béot
yannick.beot at gmail.com
Fri Jul 20 05:51:54 EDT 2012
Hi,
The configuration might depend on your Web server.
I assume you are using IIS.
In that case, you can configure RequestMapper to filter on you Web site
like described on
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPIISConfig
The following page can give you an example:
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMap
Something like the following configuration might work for you:
<RequestMap applicationId="default">
<Host name="yourhost.org">
<Path name="secure" authType="shibboleth" requireSession="true"/>
</Host>
</RequestMap>
On Fri, Jul 20, 2012 at 8:48 AM, <jreyes at egmail.com> wrote:
> I have a box running multiple web sites but only wish to make one of them
> an SP. However the url https://yourhost.org/secure on all of the sites
> takes me to the idp login page. How do I prevent the other sites on that
> box from going to the idp on that url? In addition when i go to
> https://yourhost.org/Shibboleth.sso/Session i get a not found page, but
> if i go to https://localhost/Shibboleth.sso/Session on the machine itself
> I see information. Do I need to map the URL to to the SP somehow?
>
>
> Thanks!
>
> Jose
>
>
>
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120720/92c20e9e/attachment-0001.html
More information about the users
mailing list