Token-procedure (List)#
Path: /processing/procedures/token-procedure
Token procedures that issue tokens
Keys: id, flow
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | - | |
| flow | union (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 | - | |
| script | string | required | - | A JavaScript procedure that can be used to issue tokens. It should be base-64 encoded to avoid encoding issues |