What this preview covers
Token validation, role checks, permission rules, and protected request context.
Use this page to evaluate the workflow and plan how it could fit your project. Marketplace cloning is not open yet; the steps below describe an example to review when access becomes available.
Example workflow
- Read the token from the request's authentication context.
- Validate its signature, expiry, and required permissions.
- Pass the authenticated context to the next action or return an access error.
Before you connect it
- Define the trusted issuer, audience, and signing configuration.
- Map role names to your application's permission rules.
- Test missing tokens, expired tokens, and authenticated users without permission.
When cloning becomes available, review the cloned node, confirm framework and integration compatibility, and test it with development data before using it in a live project.