Skip to content

toolkitx/graph-token-hero

Repository files navigation

Graph Token Hero

A light weight toolkit to help you obtain Graph token with specified permission.

Prerequisite

Before using this toolkit, follow the instructions:

  1. Register your application on the Azure portal.
  2. Make sure to enable the OAuth 2.0 implicit flow by setting the property oauth2AllowImplicitFlow to true by editing your application manifest on the portal. Implicit flow is used by ADAL JS to get tokens.
  3. Add Redirect URI http://graph-token-hero.toolkitx.net to the app your created in step 1.

Usage

  1. Enter your client id and click Request Token.
  2. Enter your credentials, then you will be redirected back to home page, please wait a few second while obtaining token from AAD.

About

A toolkit to get Graph token by using ADAL.js and OAuth 2.0 implicit flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published