mapped-identity
Use this entry to set a formatted string that is used to construct the Verify Identity Access principal name from elements of the ID token.
Syntax
mapped-identity = string
Description
Claims can be added to the identity string, surrounded by
'{}'. For example, {iss}/{sub} would construct a principal name like the
following:
https://server.example.com/248289761001Options
- string
- A formatted string that is used to construct the Verify Identity Access principal name from elements of the ID token.
Usage
This stanza entry is optional.
Default value
None.
Example
mapped-identity = {iss}/{sub}