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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| signing-key | leafref → /base:facilities/base:crypto/base:signing-keys/base:signing-key/base:id | required | - | Signing key used to sign the Request Object |
| signature-algorithm | enumeration (RS256, RS384, RS512, PS256, PS384, PS512, ES256, ES384, ES512, EdDSA) | required | - | Signature algorithm for the signed Request Object. |