Versions Compared

Key

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

...

Expand
titleSpecific XML Attributes

Name

Type

Req?

Default

Description

name

String

Y

Value to put into the "AttributeName" attribute of the output <AttributeValue> elements

namespace

String


urn:mace:shibboleth:1.0:attributeNamespace:uri

Value to put into the "AttributeNamespace" attribute of the output <AttributeValue> elements

scopeAttribute

String

Scope

If scopeType is "attribute", then the scope is passed an XML attribute inside the <AttributeValue> elements with this name while the (unscoped) value is passed in the content of the element

scopeDelimiter

String

@

If scopeType is "inline", then the output <AttributeValue> element content is constructed by concatenating the unscoped value, the value of this attribute, and the scope

scopeType

"attribute" or "inline"

attribute

Defines what format the attribute is to be encoded in, generally should be left alone

...