🔐 OAuth 2.1 Test Client
Interactive OAuth 2.1 Authorization Code Flow with PKCE
Configuration
Authorization Server:
http://localhost:9000
Client ID:
public-client
Redirect URI:
http://localhost:9000/authorized
Scopes:
profile read write
PKCE:
✅ Required (S256)
Step-by-Step Authorization
1
Generate PKCE Challenge
2
Start Authorization
Login credentials: user/password or admin/admin