Signing (OneOf)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/capabilities/assertion/jwt/trust/signing

Parameters#

NameTypeRequiredDefaultDescription
asymmetric-signing-keyleafrefoptionalA public key that corresponds to the private key that the issuer of the assertion used to sign the JWT
jwksnon-empty-stringrequiredA JWKS providing a key that can be used to sign JWTs. The JSON String should be base64-encoded.
symmetric-signing-keyleafrefoptional

Subsections#

NameTypeDescription
jwks-uri SectionA key present in a JWKS referenced by an URI, accessed via an optional HTTP client ID

Was this helpful?