OAuth/OpenID Connect tester
Choose grant type, fill fields, press Authorize, inspect response.
Save and load OAuth configuration.
Save File
Grant type
Authorization code flow
Authorization code flow with PKCE
Client credential flow
Choose a grant type
Authorization endpoint
Authorization endpoint url
Token endpoint
Token endpoint url
Client id
Client id
Secret
Enter secret for confidential clients, it can be left empty for authorization code flow with PKCE with a public client
Code verifier
Regenerate
Random string of 128 characters, which will be send to the authorization server during retrievel of the access token
Code challenge
Base 64 url encoded version of Sha 256 of the code verifier which will be send to the authorization server during the authorization request
Redirect url
Redirect url that will be invoked after authorization
Audience
Audience to which access is requested
Scope
Scope to which access is requested
Console
Authorize
Show authorization request