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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| enforce-unique-jti-values | empty | optional | Whether the ‘jti’ (JWT ID) claim should be checked for uniqueness in provided client assertion JWT’s | |
| clock-skew | uint32 | optional | 10 | The number of seconds that token lifetimes and issue times should be skewed to accommodate for clocks that may be out of sync |
Subsections#
| Name | Type | Description |
|---|---|---|
| client-id-mappings | Section | A 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. |