Versions Compared

Key

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

Namespace: urn:mace:shibboleth:2.0:metadata
Schema: http://shibboleth.net/schema/idp/shibboleth-metadata.xsd

Table of Contents

Overview

The InlineMetadataProvider allows the static specification of SAML2 Metadata SAML metadata inside the metadata providerconfiguration itself.

Reference

Localtabgroup
Localtab
titleCommon XML Attributes

Include Page
MetadataProviderCommonAttributes
MetadataProviderCommonAttributes

...

Localtab
activetrue
titleXML Elements

...

Exactly one of the <md:EntityDescriptor> or <md:EntitiesDescriptor> child elements is required. See the SAML 2.0 Metadata specification and/or our documentation for more information about these elements.

NameCardinalityDescription
<MetadataFilter>0 or moreA metadata filter applied to candidate metadata as it flows through the metadata pipeline
<md:EntityDescriptor>
0 or 1Specifies the metadata for a single

...

entity
<md:EntitiesDescriptor>
0 or 1Specifies the metadata for two or more

...

entities

...

The <MetadataFilter> child element is common to all metadata providers. The remaining child elements are exclusive to the InlineMetadataProvider type.

...

Examples

The following example specifies SAML metadata whose top-level element is an <md:EntityDescriptor> element:

...