Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assume the IdP has loaded the following metadata and has specified configurations for urn:example.org:sp3 and EntityGroup2.

Code Block
xml
xml
titleExample Skeletal Metadataxml
<EntitiesDescriptor Name="AllEntities">

  <EntitiesDescriptor Name="EntityGroup1">
    <EntityDescriptor entityID="urn:example.org:sp1">
       <SPSSODescriptor />
    </EntityDescriptor>
  </EntitiesDescriptor>

  <EntitiesDescriptor Name="EntityGroup2">
    <EntityDescriptor entityID="urn:example.org:sp2">
       <SPSSODescriptor />
    </EntityDescriptor>
    <EntityDescriptor entityID="urn:example.org:sp3">
       <SPSSODescriptor />
    </EntityDescriptor>
  </EntitiesDescriptor>

  <EntityDescriptor entityID="urn:example.org:sp4">
      <SPSSODescriptor />
  </EntityDescriptor>

</EntitiesDescriptor>

...