The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.
SAML2ScopedStringEncoder
Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
The SAML2ScopedString
attribute encoder encodes an IdPAttribute with "scoped" string values as a SAML 2 Attribute. This encoder typically combines the value and scope strings, adds a delimiter, and produces a simple string-valued element.
Reference
Examples
<AttributeEncoder xsi:type="SAML2ScopedString" scopeType="attribute" name="https://example.org/oldstyle"
friendlyName="OldScopedFormat" />
<AttributeEncoder xsi:type="SAML2ScopedString" scopeDelimiter="#" name="https://example.org/newstyle"
friendlyName="NewScopedFormat" />
Â