Skip to main content
Interactive Lab

Identity Validator Lab

Test authentication flows with Azure AD, Auth0, Okta, AWS Cognito, and Local JWT in a hands-on environment.

Hybrid
Identity Validator
Mode: Simulated
Simulation mode is active. Switch to Local or Hosted mode to use live API calls.
Token generation is simulated. Validation calls your own API endpoint.

Azure AD Configuration

Response Output

// Enter configuration and click "Simulate Auth Flow"

// Response will appear here

Token Debugger Beta

Decode and inspect JWT tokens instantly in the browser.

How to Use JWT Analyzer

1. Get Your Token

Copy the JWT from your auth response, localStorage, or browser DevTools (Network tab).

2. Paste & Analyze

Paste the token above. The analyzer decodes the header and payload instantly.

3. Debug Issues

Check expiry, issuer, audience, and roles to troubleshoot auth failures.

API

API Reference

Explore the complete OpenAPI specification

DOC

Documentation

Learn how to integrate in your app