/
ScopedAttributeDefinition
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.
ScopedAttributeDefinition
Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
Overview
The Scoped
AttributeDefinition applies a (fixed) scope, typically a domain-valued suffix, to an input attribute's values. The resulting attribute's values are of type ScopedStringAttributeValue.
Reference
Examples
<AttributeDefinition id="eduPersonPrincipalName" xsi:type="Scoped" scope="%{idp.scope}">
<InputAttributeDefinition ref="uid" />
</AttributeDefinition>
<AttributeDefinition id="eduPersonScopedAffilition" xsi:type="Scoped" scopeFromDependency="upStreamIdP">
<InputAttributeDefinition ref="affitional" />
<InputAttributeDefinition ref="upStreamIdP" />
</AttributeDefinition>
, multiple selections available,
Related content
InputAttributeDefinition
InputAttributeDefinition
More like this
AttributeDefinitionConfiguration
AttributeDefinitionConfiguration
More like this
MappedAttributeDefinition
MappedAttributeDefinition
Read with this
ScopedAttributeDefinition
ScopedAttributeDefinition
More like this
Using SAML Proxying to another IdP
Using SAML Proxying to another IdP
Read with this
ScopedAttributeDefinition
ScopedAttributeDefinition
More like this