JSON Web KeySet (JWKS)
The JSON Web KeySet (JWKS) configuration category includes the following configurable options:
Signing JWKS (File)
Signing JWKS (Text)
Signing Key ID
|
Signing JWKS (File) |
|
|
Resource Path | |
This is the file/resource path to use to load a JWKS (JSON Web KeySet) file that is used for signing OpenID Connect tokens. Generally, the format should be classpath:/filename.jwks for a file placed in the Smile CDR classes directory. Note that a JWKS must be provided in either File or Text format, not both.
|
|
(no default) | |
|
|
Signing JWKS (Text) |
|
|
JSON | |
This is a string containing a raw JSON JWKS (JSON Web KeySet) file that is used for signing OpenID Connect tokens. Note that a JWKS must be provided in either File or Text format, not both. | |
(no default) | |
|
|
Signing Key ID |
|
|
STRING | |
This is the ID of the key to use in the JWKS file when signing OpenID Connect tokens. This setting is optional. If no value is provided, the first key in the JWKS file will be used. | |
(no default) | |
|