Versions Compared

Key

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

...

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

Localtabgroupexpand
Localtab live
titleSpecific XML Attributes

Name

Type

Req?

Default

Description

name

String

Y


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

nameFormat

String

urn:oasis:names:

mace

tc:

shibboleth

SAML:

1

2.0:

attributeNamespace

attrname-format:uri

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

friendlyName

String

The enclosing attribute's ID

Value to put into the "FriendlyName" 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"

inline

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

localtab-live
Expand
titleCommon XML Attributes
localtab-live
Include Page
AttributeEncoderCommonAttributes
AttributeEncoderCommonAttributes
Expand
titleCommon XML Elements
Include Page
AttributeEncoderCommonElements
AttributeEncoderCommonElements

...