OAuth URL Builder
Build OAuth 2.0 / OIDC authorization URLs with PKCE support.
OAuth 2.0 / OIDC parameters
Authorization URL
Parsed parameters
| Param | Value |
|---|---|
| client_id | your-client-id |
| redirect_uri | https://app.example.com/callback |
| response_type | code |
| scope | openid email profile |
| state | xyz123 |
About the OAuth URL Builder
Build an OAuth 2.0 or OIDC authorization URL for Google, GitHub, Microsoft, or a custom provider, with client ID, redirect URI, scopes, response type, state, and PKCE code_verifier/code_challenge generation using the Web Crypto API.
Examples
Google auth URL
client_id=abc, scope=openid emailOutput
https://accounts.google.com/o/oauth2/v2/auth?client_id=abc&scope=openid+emailRelated tools
CIDR Range Expander
Network & IP
Expand a CIDR block into individual addresses, or compress a range into CIDR blocks.
Cookie Attribute Analyzer
Network & IP
Parse Set-Cookie headers and flag security issues.
DNS Record Types Reference
Network & IP
Searchable reference of DNS record types with examples.
HTTP Cache Header Planner
Network & IP
Plan Cache-Control, ETag and max-age headers for any asset type.
HTTP Header Comparator
Network & IP
Diff two sets of HTTP headers, case-insensitively.
HTTP Headers Explainer
Network & IP
Look up common HTTP headers and explain pasted raw headers.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser