OAuth URL Builder

Build OAuth 2.0 / OIDC authorization URLs with PKCE support.

Support
Works Offline
Privacy First
No Login
No API
Web Crypto API

OAuth 2.0 / OIDC parameters

code_verifier
code_challenge (S256)

Authorization URL

https://accounts.google.com/o/oauth2/v2/auth?client_id=your-client-id&redirect_uri=https%3A%2F%2Fapp.example.com%2Fcallback&response_type=code&scope=openid+email+profile&state=xyz123

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

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Comments

No login needed. Comments appear after a quick review.

Protected by an on-site captcha — no third-party trackers.

Optional: get an alert when your comment is published or replied to, plus new tool announcements. No sign-up.

Loading comments…

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