OAuth URL Builder

Build OAuth 2.0 / OIDC authorization URLs with PKCE support.

Works Offline
Privacy First
No Login
No API
Web Crypto API

OAuth 2.0 / OIDC parameters

code_verifier
code_challenge (S256)

Authorization URL

Parsed parameters

ParamValue
client_idyour-client-id
redirect_urihttps://app.example.com/callback
response_typecode
scopeopenid email profile
statexyz123

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 email

Output

https://accounts.google.com/o/oauth2/v2/auth?client_id=abc&scope=openid+email

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser