Token-procedure (List)#

Path: /processing/procedures/token-procedure

Token procedures that issue tokens

Keys: id, flow

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired-
flowunion (identityref (token-endpoint-identity) | identityref (authorize-endpoint-identity) | identityref (introspect-endpoint-identity) | identityref (device-authorization-identity) | identityref (userinfo-endpoint-identity) | identityref (assisted-token-endpoint-identity) | identityref (session-endpoint-identity) | identityref (verifiable-credential-endpoint-identity))required-
scriptstringrequired-A JavaScript procedure that can be used to issue tokens. It should be base-64 encoded to avoid encoding issues

Was this helpful?