search-filter

Use this entry to specify the filter which is used when mapping the Verify Identity Access user identity into an identity which is known to the callout services.

Syntax

search-filter = <filter-string>

Description

The search filter which is used when mapping the Verify Identity Access user identity into an identity which is known to the callout services. This search filter should conform to the System for Cross-domain Identity Management RFC 7644 (section 3.4.2). The '{username}' macro can be used in the filter to indicate the user identity which has been provided in the password change request. An example filter can be userName eq "{username}".

Options

<filter-string>
Specifies the name of the filter that is used to map the Verify Identity Access user identity into an identity which is known to the callout services.

Usage

This stanza entry is optional.

Example

search-filter = username eq "{username}"