<div dir="ltr"><div>In reading the documentation, it seems to allow the use of multiple session initiators, you need to put them inside a &quot;Chaining&quot; SessionInitiator definition.<br></div><div><br></div>I guess that part of my confusion is that only place I&#39;ve seen &quot;Location&quot; set is in the chaining session initiator definition, e.g.<div>

<br></div><div><div>  &lt;SessionInitiator type=&quot;Chaining&quot; Location=&quot;/DS&quot; id=&quot;DS&quot; isDefault=&quot;true&quot; relayState=&quot;cookie&quot; acsByIndex=&quot;false&quot;&gt;</div><div><br></div>

<div>or</div><div><br></div><div>  &lt;SessionInitiator type=&quot;Chaining&quot; Location=&quot;/Login&quot; isDefault=&quot;true&quot; id=&quot;Login&quot; entityID=&quot;<a href="https://shibboleth.example.edu/idp/shibboleth">https://shibboleth.example.edu/idp/shibboleth</a>&quot;&gt;</div>

</div><div><br></div><div>I might guess that the first one is actually a SAMLDS initiator, and that the second is a SAML2 initiator, but if I add location &quot;/DS&quot; to the SAMLDS definition contained in the Chaining definition, the &quot;/DS&quot; location isn&#39;t available.  My goal is to enable both the /DS and /Login locations, but I think that Scott&#39;s previous message suggests that that might not (probably isn&#39;t) necessary?</div>

<div><br></div><div>Liam</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 17, 2014 at 11:32 AM, Cantor, Scott <span dir="ltr">&lt;<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 2/17/14, 11:27 AM, &quot;Liam Hoekenga&quot; &lt;<a href="mailto:liamr@umich.edu">liamr@umich.edu</a>&gt; wrote:<br>


&gt;<br>
&gt;Is it possible to enable both the DS and Login endpoints at the same<br>
&gt;time?  The only configuration I see that mentions either location is<br>
&gt;the top level of the &quot;Chaining&quot; session initiator definition.<br>
<br>
</div>Neither has any meaning to the software, there are session initiator<br>
endpoints and that&#39;s it. What they do is up to the configuration.<br>
<br>
The &lt;SSO&gt; element defaults to a single initiator at /Login. Defining more<br>
than one requires adding SessionInitiators manually.<br>
<br>
Whether you need to depends on the use case. Defining a discoveryURL and<br>
no entityID in the &lt;SSO&gt; element will default to requesting discovery. You<br>
can then override that with entityID content settings for specific<br>
locations and possibly avoid anything extra.<br>
<br>
-- Scott<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>
</blockquote></div><br></div>