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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

 XML Attributes

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

 XML Elements

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>

  • No labels