🔑
🤝

Inspect OAuth and OpenID Connect Tokens

Decode access tokens, ID tokens, and refresh tokens from Google, Auth0, Okta, Microsoft, and other OAuth providers.

Không cần đăng nhập

🔒 The token is decoded entirely in your browser. Nothing is sent to any server.

OAuth / OIDC tips

🤝

ID tokens contain user identity claims (`sub`, `email`, `name`). Access tokens contain authorization claims (`scope`, `roles`). They serve different purposes.

💡

For Google OAuth tokens, the `email_verified` claim is essential — never trust the `email` claim without verifying this is `true`.

🔍

Auth0 and Okta tokens use custom claims with namespace URLs (e.g., `https://yourapp.com/roles`). These appear in the payload but aren't standard claims.

📋

Microsoft Entra (Azure AD) tokens have specific claims like `tid` (tenant ID), `oid` (object ID), and `appid` — see them clearly in the decoded payload.

Cách hoạt động

1
Nhập liệu
Enter your data into the tool above. Everything stays local to your browser.
2
Xử lý
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Tải xuống
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

Tại sao chọn của chúng tôi?

Hoàn toàn miễn phí — không có chi phí ẩn, mãi mãi
Không cần tài khoản, email hoặc đăng nhập
Tệp không bao giờ rời khỏi thiết bị của bạn
Không có giới hạn kích thước tệp nào
Không có hình mờ trên bất kỳ đầu ra nào

Also check out…

Câu hỏi thường gặp