Automatically authenticate your SaaS users to your Activepieces instance
Step 1: Obtain Signing Key
Step 2: Generate a JWT
SIGNING_KEY_ID
, refer to the signing key table and locate the value in the first column.Claim | Description |
---|---|
externalUserId | Unique identification of the user in your software |
externalProjectId | Unique identification of the userās project in your software |
firstName | First name of the user |
lastName | Last name of the user |
Email address of the user | |
role | Role of the user in the Activepieces project (e.g., EDITOR, VIEWER) |
exp | Expiry timestamp for the token (Unix timestamp) |
pieces | Customize project pieces, check the section below |