Simple OAuth2 Client

Simple OAuth2 Client 0.1.4 CRX for Chrome

A Free Developer Tools Extension

Published By sat

Simple OAuth2 Client (bmcbmjlmbpndabffoeejkfaknnknioej): A simple OAuth2 client chrome extension to get access token via authorization code flow for development usage... Read More > or Download Now >

Simple OAuth2 Client for Chrome

Download CRX

Download

63.87 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 0.1.4
  • • Price: Freeware
  • • Offline: No
  • • Developer: sat

User Reviews

  • 0 Votes, Average: 0 out of 5
  • • Rating Average
  • 0 out of 5
  • • Rating Users
  • 0

Download Count

  • • Total Downloads
  • 14
  • • Current Version Downloads
  • 1
  • • Updated: October 29, 2023

Simple OAuth2 Client is a free Developer Tools Extension for Chrome. You could download the latest version crx file or old version crx files and install it.

More About Simple OAuth2 Client

With this extension, you can get an access token without prepare an application or server to catch for OAuth2 redirection.

---------
Usage
---------
- Open developer tools
- Click the Simple OAuth2 Client tab
- Fill each config sections
- Copy "redirect_uri" from Client Config section and paste it to "Redirect URIs" in your OAuth2 app setting page
- Click "Start Auth" button

-----------------
How it works
-----------------

1. By clicking StartAuth button, the extension open authorization url with required params.
2. You will be asked to sign-in to that platform and to allow access to scopes you input.
3. Then Chrome accesses "redirect_uri" but not really open. By using launchWebAuthFlow API in Chrome your redirect securely catch by chrome themselves.
4. The extension get authorization code and exchange it to access token and show it to you!

---------------------------
Supported Features
---------------------------

- Specify any url for authorization and token endpoint
- Public and confidential client
- PKCE(S256 and plain) and non-PKCE request
- Authorization Header and Body Parameter for token request authorization

Download Simple OAuth2 Client 0.1.4

More Extensions to Consider (Similar or Related)