...
Attribute encoders convert the internal representation of an IdPAttribute into a particular protocol format. The supported encoders currently support SAML 1, SAML 2, and CAS representations. The mechanism is inherently limited to XML-based output formats.
...
AttributeEncoder Plugin Types
xsi:type | Function |
---|---|
Encodes an IdPAttribute with simple string values as a SAML 2 Attibute. | |
Encodes an IdPAttribute with scoped values as a SAML 2 Attibute. | |
Encodes an IdPAttribute with date/time values as a SAML 2 Attribute. | |
Encodes an IdPAttribute with complex XML-based values as a SAML 2 Attribute. | |
Encodes an IdPAttribute with binary values as a SAML 2 Attribute. | |
Encodes an IdPAttribute with simple string values as a SAML 1 Attibute. | |
Encodes an IdPAttribute with scoped values as a SAML 1 Attibute. | |
Encodes an IdPAttribute with complex XML-based values as a SAML 1 Attribute. | |
Encodes an IdPAttribute with binary values as a SAML 1 Attribute. |
Reference
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
The following attributes are common to all encoders:
|
...