Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
Table of Contents |
---|
The SAML2XMLObject
attribute encoder encodes a XMLObject-valued IdPAttribute as a SAML 2 Attribute.
...
Attributes
Common Attributes
Include Page | ||||
---|---|---|---|---|
|
Specific Attributes
Name | Type | Req? | Default | Description |
---|---|---|---|---|
name | string | Y |
| Value to put into the " |
nameFormat | string |
| Value to put into the " | |
friendlyName | string | The enclosing attribute's ID | Value to put into the " |
Example
Code Block | ||
---|---|---|
| ||
<AttributeEncoder xsi:type="SAML2XMLObject" name="urn:oid:......." friendlyName="Mad XML addtribute" encodeType="true" /> |