Versions Compared

Key

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

The SAML1XMLObject attribute encoder encodes a XMLObject-valued IdPAttribute as a SAML 1 Attribute. 

Table of Contents

Schema Name and Location

This xsi:type is defined by the urn:mace:shibboleth:2.0:resolver schema 3.3, which is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd.

Prior to V3.3 supplied plugins were defined by a schema type (xsi:type) in the urn:mace:shibboleth:2.0:encoder schema , which is located at http://shibboleth.net/schema/idp/shibboleth-attribute-encoder.xsd.  This is still supported, but every element or type in the  urn:mace:shibboleth:2.0:encoder schema has an identically named version in the urn:mace:shibboleth:2.0:resolver  schema.

Attributes

Common Attributes

...

Include Page
AttributeEncoderCommonAttributes
AttributeEncoderCommonAttributes

Specific Attributes

NameTypeReq?DefaultDescription
name
stringY                                                                                                      Value to put into the "Name" attribute of the output <AttributeValue> elements
namespace
string
 

urn:mace:shibboleth:1.0:attributeNamespace:uriValue to put into the "AttributeNamespace" attribute of the output <AttributeValue>elements

Example

Code Block
languagexml
<AttributeEncoder xsi:type="enc:SAML1XMLObject" name="urn:oid:......." encodeType="true" />

...