Asymmetrically-signed-jwt (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/oidc/asymmetrically-signed-jwt
Settings for the asymmetrically signed JWT (private_key_jwt)
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| signing-key | leafref | required | Signing key for the asymmetrically signed JWT (private_key_jwt) | |
| signature-algorithm | enumeration | required | Signature algorithm for the asymmetrically signed JWT (private_key_jwt) | |
| use-issuer-as-audience | boolean | optional | true | Use the issuer from the OpenID Provider (OP) configuration as the audience (aud) claim in the JWT. If disabled, the OP’s token endpoint will be used as the audience. It is enabled by default. |