The Shibboleth IdP V4 software will leave support on September 1, 2024.

SASLConfig

Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd

Overview

The <SASLConfig> element contains configuration used to perform a SASL bind operation against an LDAP directory.

Reference

Name

Type

Description

Name

Type

Description

mechanism

One of EXTERNAL, GSSAPI, DIGEST_MD5, CRAM_MD5

SASL mechanism name

authorizationId

String

SASL authorization ID, the identity that the client requests to operate under

realm

String

SASL realm

Name

Cardinality

Description

Name

Cardinality

Description

<SASLProperty>

0 or more

SASL property to apply.

Each element contains a pair of XML attributes, name and value, to specify the property to apply.

Example

<SASLConfig mechanism="GSSAPI" realm="shibboleth.net"> <SASLProperty name="javax.security.sasl.qop" value="AUTH-INT" /> </SASLConfig>