OAuth/OpenID Connect tester

Choose grant type, fill fields, press Authorize, inspect response.

Save and load OAuth configuration.
Choose a grant type
Authorization endpoint url
Token endpoint url
Client id
Enter secret for confidential clients, it can be left empty for authorization code flow with PKCE with a public client
Random string of 128 characters, which will be send to the authorization server during retrievel of the access token
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 that will be invoked after authorization
Audience to which access is requested
Scope to which access is requested