🔐

OAuth Token Validator

Validate and inspect OAuth tokens in your browser. Decode JWT access tokens and ID tokens to view claims, scopes, and expiry. Analyse opaque tokens for entropy and format. Free and private.

ValidatorsAPI & Backend
Loading tool...

How to Use OAuth Token Validator

How to Use the OAuth Token Validator:

  1. Paste Your Token: Copy the OAuth token from your application — this can be a JWT access token, an OIDC ID token, or an opaque bearer token — and paste it into the input field.

  2. Click "Validate Token": The tool detects the token type automatically. JWT tokens (which start with "eyJ" and have three dot-separated parts) are decoded and inspected. All other tokens are treated as opaque.

  3. JWT Tokens — Inspect Claims: For JWT tokens, the tool displays:

    • Algorithm from the header (e.g. HS256, RS256, ES256)
    • Expiry status — whether the token is currently active or expired
    • Scopes — the OAuth scopes granted to the token, shown as coloured badges
    • OAuth Claims table — subject (sub), issuer (iss), audience (aud), client ID (client_id or azp), and JWT ID (jti)
    • Timing panel — issued-at, not-before, and expires-at in local time
    • Full Payload and Header — collapsible JSON panels with copy support
  4. Opaque Tokens — Analyse Format: For non-JWT tokens, the tool shows:

    • Token length in characters
    • Shannon entropy — a measure of randomness (higher is better; < 3.0 bits/char suggests a sequential or weak token)
    • Character set — whether the token uses alphanumeric, base64url, or mixed characters
    • A note that opaque tokens must be validated via your authorisation server's introspection endpoint (RFC 7662)
  5. Review Warnings: The tool surfaces issues such as expired tokens, missing scope or issuer claims, and the dangerous "alg: none" case.

Notes:

  • Signature verification is not performed — the tool only decodes and analyses the token structure.
  • Your token is never sent to any server. All processing happens in your browser.

Frequently Asked Questions

Most Viewed Tools

📺

Screen Size Converter

791 views

Calculate screen width and height from diagonal size and aspect ratio. Convert between inches and centimeters for displays, TVs, and monitors with instant dimension calculations.

Use Tool →
🖨️

DPI Calculator

303 views

Calculate DPI (dots per inch), image dimensions, and print sizes. Convert between pixels and physical dimensions for printing and displays.

Use Tool →
📄

Paper Size Converter

270 views

Convert between international paper sizes (A4, Letter, Legal) with dimensions in mm, cm, and inches. Compare ISO A/B series and North American paper standards.

Use Tool →

Fuel Consumption Converter

255 views

Convert between MPG (miles per gallon), L/100km (liters per 100 kilometers), and other fuel efficiency units. Compare car fuel economy across different measurement systems.

Use Tool →
✂️

CSV Splitter

231 views

Split large CSV files into smaller files by number of rows. Process large datasets in manageable chunks instantly.

Use Tool →
🛍️

Product Schema Generator

230 views

Generate JSON-LD Product schema markup for SEO. Add product details like name, price, brand, rating, and availability to create structured data for rich search results.

Use Tool →
📄

Large Text File Viewer

183 views

View and search large text files up to 200MB in your browser. Features virtual scrolling, line numbers, search functionality, and file statistics. Perfect for log files, CSV, JSON, and code files.

Use Tool →
🔑

API Key Generator

172 views

Generate secure, cryptographically random API keys for authentication and authorization. Create custom API keys with various formats including hex, base64, and prefixed keys.

Use Tool →

Related API & Backend Tools

Share Your Feedback

Help us improve this tool by sharing your experience

We will only use this to follow up on your feedback