...
The SAML2XMLObject
attribute encoder encodes a XMLObject-valued IdPAttribute as a SAML 2 Attribute.
Reference
Localtabgroupexpand |
---|
Localtab live |
---|
title | Specific XML Attributes |
---|
|
Name | Type | Req? | Default | Description |
---|
name | string | Y |
| | Value to put into the "Name " attribute of the output <AttributeValue> elements | nameFormat | string | | urn:oasis:names:tc:SAML:2.0:attrname-format:uri | Value to put into the "NameForma t" attribute of the output <AttributeValue> elements | friendlyName | string | | The enclosing attribute's ID | Value to put into the "FriendlyName " attribute of the output <AttributeValue> elements |
localtab-live |
Expand |
---|
title | Common XML Attributes |
---|
|
Include Page |
---|
| AttributeEncoderCommonAttributes |
---|
| AttributeEncoderCommonAttributes |
---|
| localtab-live
|
Expand |
---|
|
Name | Cardinality | Description | <ActivationConditionScript>
| 0 or 1 | Optional embedded script to supply an activation condition for the encoder. Mutually exclusive with the activationConditionRef
and relyingParties
XML Attributes. | AttributeEncoderCommonElements |
---|
| AttributeEncoderCommonElements |
---|
|
---|
Example
Code Block |
---|
|
<AttributeEncoder xsi:type="SAML2XMLObject" name="urn:oid:......."
friendlyName="Mad XML addtribute" encodeType="true" /> |
...