claim

Use the claim stanza entry to define an attribute which should be added to the JWT as a claim.

claim = [text|attr]::<value>{::<claim-name>}

Description

A claim which is to be added to the generated JWT. The configuration entry can be specified multiple times, once for each claim which should be added to the JWT.

Options

Usage: Required when generating a JWT which is to be sent to a junctioned server.

Default value None

Example:

claim = text::www.ibm.com::iss
claim = attr::AZN_CRED_PRINCIPAL_NAME::sub
claim = attr::AZN_*
claim = attr::BUSINESS_PHONE_NUMBER::phone.business
claim = text.bool::true::is_jwt
claim = text.int::[ 1234, 5678 ]::array_of_ints

Parent topic: [jwt:<jct-id>]