Signing (OneOf)#
Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/capabilities/assertion/jwt/trust/signing
Parameters#
| Name | Type | Required | Default | Description |
|---|
| asymmetric-signing-key | leafref | optional | | A public key that corresponds to the private key that the issuer of the assertion used to sign the JWT |
| jwks | non-empty-string | required | | A JWKS providing a key that can be used to sign JWTs. The JSON String should be base64-encoded. |
| symmetric-signing-key | leafref | 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 |