multivalue-scope
Use the multivalue-scope stanza entry to specify whether the OAuth scopes are stored as multi-value credential attributes.
multivalue-scope = {true | false}
Description
The multivalue-scope controls whether the scopes contained in the introspection response are stored as a single attribute or as a multi-valued attribute in the credential.
Options
true Scopes are added as a multi-valued attribute. false Scopes are added as a single credential attribute.
Usage: Optional
Default value
Default is true.
Example:
multivalue-scope = false
Parent topic: [oauth-introspection] stanza