Exactly<div>For apache, I understand it is recommended to use directives directly in Apache configuration.</div><div><br></div><div><br><br><div class="gmail_quote">On Fri, Jul 20, 2012 at 6:03 PM, Kevin P. Foote <span dir="ltr"><<a href="mailto:kpfoote@iup.edu" target="_blank">kpfoote@iup.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Your shib commands will / should be located within your defined apache vhost then..<br>
<br>
IE: something like this within your vhost container.<br>
<br>
<Location /><br>
ShibRequestSetting requireSession 1<br>
AuthType shibboleth<br>
Require valid-user<br>
</Location><br>
<br>
<br>
------<br>
thanks<br>
kevin.foote<br>
<br>
On Fri, 20 Jul 2012, Jose Reyes wrote:<br>
<br>
-> Hi,<br>
-> It's actually an apache box would the same still apply?<br>
-> Thanks!<br>
-><br>
-> On Jul 20, 2012, at 2:51 AM, Yannick Béot <<a href="mailto:yannick.beot@gmail.com">yannick.beot@gmail.com</a>> wrote:<br>
-><br>
-> > Hi,<br>
-> ><br>
-> > The configuration might depend on your Web server.<br>
-> > I assume you are using IIS.<br>
-> ><br>
-> > In that case, you can configure RequestMapper to filter on you Web site like described on <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPIISConfig" target="_blank">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPIISConfig</a><br>
-> ><br>
-> > The following page can give you an example:<br>
-> > <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMap" target="_blank">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMap</a><br>
-> ><br>
-> > Something like the following configuration might work for you:<br>
-> ><br>
-> ><br>
-> > <RequestMap applicationId="default"><br>
-> ><br>
-> ><br>
-> > <Host name="<a href="http://yourhost.org" target="_blank">yourhost.org</a>"><br>
-> ><br>
-> ><br>
-> > <Path name="secure" authType="shibboleth" requireSession="true"/><br>
-> ><br>
-> ><br>
-> > </Host><br>
-> ><br>
-> ><br>
-> > </RequestMap><br>
-> ><br>
-> ><br>
<div class="im">-> > On Fri, Jul 20, 2012 at 8:48 AM, <<a href="mailto:jreyes@egmail.com">jreyes@egmail.com</a>> wrote:<br>
</div>-> > I have a box running multiple web sites but only wish to make one of them an SP. However the url <a href="https://yourhost.org/secure" target="_blank">https://yourhost.org/secure</a> 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 <a href="https://yourhost.org/Shibboleth.sso/Session" target="_blank">https://yourhost.org/Shibboleth.sso/Session</a> i get a not found page, but if i go to <a href="https://localhost/Shibboleth.sso/Session" target="_blank">https://localhost/Shibboleth.sso/Session</a> on the machine itself I see information. Do I need to map the URL to to the SP somehow?<br>
-> ><br>
-> ><br>
-> > Thanks!<br>
-> ><br>
-> > Jose<br>
-> ><br>
-> ><br>
-> ><br>
-> ><br>
-> > --<br>
-> > To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
-> ><br>
-> > --<br>
-> > To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
-> <br>--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br></blockquote></div><br></div>