Verify Token
You can use the Verify Token
action in a flow to validate Magic Link and Embedded Link tokens. For example, if you are adding a Magic Link token to your invitation link, you need to verify the token within the flow that the invitation link opens.
Additionally, you can use the Verify Token
action when using Descope as an OIDC provider. By passing the t=
parameter through the OIDC flow, you can verify the token using this action as well.
How It Works
To use the Verify Token
action, start your flow with a condition that checks for the presence of an external token. If a token is found, proceed with the Verify Token
action.
If the external token is not present, you can prompt the user to authenticate instead.
Was this helpful?