Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 967 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 967 Bytes

azure-auth-api-test

Setup

  1. Clone repo: git clone [email protected]:vtfk/azure-auth-api-test.git
  2. Copy env.example to .env
    1. Set REACT_APP_AUTHORITY to your tenant id
    2. Set REACT_APP_CLIENT_ID to your client id
  3. npm i

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Usage

  1. Log in with your Azure AD account.
  2. Fill out the API URL
  3. Choose http method
  4. Fill out body if set to POST
  5. Prettify body (just for fun 😏)
  6. Send

Response will be presented at the bottom 👍