Custom-token-issuer (List)#

Path: /profiles/profile/token-issuers/custom-token-issuer

All custom token issuers

Keys: id, issuer-type, purpose-type

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired-The unique identifier of the issuer (per profile)
issuer-typeenumeration (jwt, opaque, wrapped-opaque, sd-jwt)required-This indicates the type of issuer this is, it affects the settings (jwt, ref, etc)
purpose-typeenumeration (access_token, refresh_token, id_token, nonce, generic, userinfo, verifiable_credential)required-The usage is the purpose of the token produced by this issuer

Subsections#

NameTypeDescription
data-sources Section
jwt Section

Was this helpful?