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#

NameTypeRequiredDefaultDescription
signing-keyleafrefrequiredSigning key for the asymmetrically signed JWT (private_key_jwt)
signature-algorithmenumerationrequiredSignature algorithm for the asymmetrically signed JWT (private_key_jwt)
use-issuer-as-audiencebooleanoptionaltrueUse 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.

Was this helpful?