Skip to content

Validate Token

Client SDK
Backend API
Mobile approve
SSO
Sub-journey

Uses a token validation service to validate the provided token

Description

This step validates a token using a token validation service that's configured as an external connection. This service evaluates the relevant claims associated with the token, and returns a validation result, for example, valid or invalid.

If token validation succeeds, journey execution resumes with the next step. If token validation fails (e.g., if the token is invalid or there was a failure invoking the token validation service), the journey terminates.

Configuration

FieldDescription
Token to ValidateExpression that yields the token to validate in this step.
Token ValidatorExternal connection that represents the token validation service.