Asymmetrically-signed (Section)#

Path: /profiles/profile/settings/authentication-service/authenticators/authenticator/oidc/request-object/sign/asymmetrically-signed

Sign the Request Object with an asymmetric key. Grouping only for future enhancements; presence of the leaves below is what selects this signing method.

Parameters#

NameTypeRequiredDefaultDescription
signing-keyleafref → /base:facilities/base:crypto/base:signing-keys/base:signing-key/base:idrequired-Signing key used to sign the Request Object
signature-algorithmenumeration (RS256, RS384, RS512, PS256, PS384, PS512, ES256, ES384, ES512, EdDSA)required-Signature algorithm for the signed Request Object.

Was this helpful?