Signing (OneOf)#
Path: /profiles/profile/settings/authorization-server/client-store/config-backed/client/capabilities/assertion/jwt/trust
Parameters#
| Name | Type | Required | Default | Description |
|---|
| asymmetric-signing-key | leafref → /base:facilities/base:crypto/base:signature-verification-keys/base:signature-verification-key/base:id | optional | - | A public key that corresponds to the private key that the issuer of the assertion used to sign the JWT |
| jwks | string (length: 1..9223372036854775807) | required | - | A JWKS providing a key that can be used to sign JWTs. The JSON String should be base64-encoded. |
| symmetric-signing-key | leafref → /base:facilities/base:crypto/base:signature-verification-keys/base:signature-verification-key/base:id | optional | - | |
Subsections#
| Name | Type | Description |
|---|
| jwks-uri | Section | A key present in a JWKS referenced by an URI, accessed via an optional HTTP client ID |