Using-jwt (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-authentication/using-jwt

Settings for introspection of client signed JWT’s. Should not normally need to be changed from the defaults

Parameters#

NameTypeRequiredDefaultDescription
enforce-unique-jti-valuesemptyoptionalWhether the ‘jti’ (JWT ID) claim should be checked for uniqueness in provided client assertion JWT’s
clock-skewuint32optional10The number of seconds that token lifetimes and issue times should be skewed to accommodate for clocks that may be out of sync

Subsections#

NameTypeDescription
client-id-mappings SectionA list of mappings from a ‘sub’ claim to a client-id. This mapping will be used when the server performs client authentication JWT assertions. Instead of directly using the ‘sub’ claim as the client-id, the value of the ‘sub’ claim will be mapped to the client-id using this mapping.

Was this helpful?