<div dir="ltr">Thanks guys.  Peter's syntax for the EntitiesDescriptor element did the trick.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 14, 2016 at 5:59 AM, Peter Schober <span dir="ltr"><<a href="mailto:peter.schober@univie.ac.at" target="_blank">peter.schober@univie.ac.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Alexander Ivanov <<a href="mailto:alex@calmforce.com">alex@calmforce.com</a>> [2016-11-14 09:32]:<br>
<span>> We have two separate working configurations for two applications to<br>
> authenticate against our Shibboleth IdP, and would now like to configure<br>
> our IdP to work simultaneously for both.<br>
><br>
> I found these two posts relevant:<br>
<br>
</span>The documentation is always relevant:<br>
<a href="https://wiki.shibboleth.net/confluence/display/IDP30/MetadataConfiguration" target="_blank" rel="noreferrer">https://wiki.shibboleth.net/<wbr>confluence/display/IDP30/<wbr>MetadataConfiguration</a><br>
<br>
You can have multiple MetadataProviders (each loading as little or as<br>
many entities as you want). Or you can put multiple EntityDescriptor<br>
elements (i.e., metadata for a single entity) into a shared file<br>
within an EntitiesDescriptor element and load that within a single<br>
MetadataProviders. An example for the latter could look like:<br>
<br>
  <EntitiesDescriptor xmlns="urn:oasis:names:tc:<wbr>SAML:2.0:metadata"<br>
    Name="<a href="https://example.org/local-entities" target="_blank" rel="noreferrer">https://example.org/<wbr>local-entities</a>"><br>
<br>
    <!-- individual EntityDescriptor elements go here, one for each SP --><br>
<br>
  </EntitiesDescriptor><br>
<br>
HTH,<br>
-peter<br>
<div class="HOEnZb"><div class="h5">--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br>
</div></div></blockquote></div><br></div>