Namespace:urn:mace:shibboleth:2.0:metadata
Schema:http://shibboleth.net/schema/idp/shibboleth-metadata.xsd
Overview
...
Expand |
---|
|
Name | Description |
---|
<Format> | Content is name identifier format which is added to all the applicable roles of the entities which match any of the following <Entity> or <ConditionRef> or <ConditionScript> elements. | <Entity> | The textual content is an EntityID. All preceding formats are added to applicable roles of the matching entity. | <ConditionRef>
| The textual content is the Bean ID of a Predicate<EntityDescriptor>. All preceding formats are added to the roles of the entities for which this returns true. | <ConditionScript> | The content of this element is an inline or local script resource that implements Predicate<EntityDescriptor>. All preceding formats are added to the entities for which this returns true. |
|
Examples
The example will add the "persistent" format to the first entity, and both the "persistent" and "email" formats to the second.
Add NameIDFormat elements to metadata
...