Bearer token requirements - j5 - 28.0 - Installation & Upgrade - Hexagon

j5 Installation and Upgrade

Language
English
Product
j5
Search by Category
Installation & Upgrade
j5 Version
2019

The bearer token is configured in your IdP; however, when you're using a custom claim and an access token instead of an id token (more details below), the Custom claim for j5 username and Use access token as oAuth bearer token fields need to be configured in the j5 System Management Console.

The bearer token that is returned by your IdP must contain:

  • The j5 username - This must be either the "preferred_username" claim or a custom claim must be configured in the Custom claim for j5 username field.

  • These claims must also be present: ['aud', 'iss', 'iat', 'exp', 'sub', 'name', 'nonce']

  • Configure the Use access token as oAuth bearer token field when your IdP has been configured to return the j5 username in response to an access token instead of an id token. j5 uses an id token to retrieve the bearer token from your IdP when this field is not configured.