Skip to content

This sample demonstrates how to use the Microsoft Graph, while being authenticated with msal.js

Notifications You must be signed in to change notification settings

shivbijlani/v2jsapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

services platforms author
active-directory
javascript
jmprieur

Sign in Azure AD + MSA Users using Javascript Open Source Library

This sample demonstrates how to use the Microsoft Graph, while being authenticated with msal.js (doing oAuth 2.0 against the AAD v2.0 endpoint)

Steps to Run

  1. Register your Azure AD v2.0 app.

    • Navigate to the App Registration Portal.
    • Go to the the My Apps page, click Add an App, and name your app.
    • Set a platform by clicking Add Platform, select Web, and add a Redirect URI of http://localhost:8000/.
  2. Clone the code.

git clone https://github.com/jmprieur/v2jsapp.git
  1. Inside index.html, set your application/client id from the App Registration Portal.

  2. Run the web app for port 8000, and navigate to http://localhost:8000. If you have Python installed you can run the following command,

python -m SimpleHTTPServer 8000

Questions and Issues

Please file any questions or problems with the sample as a github issue. You can also post on StackOverflow with the tag azure-active-directory. For oAuth2.0 library issues, please see note above.

This sample was tested with hello.js v1.13.5, Google Chrome version 55.0, and macOS 10.11.

Acknowledgements

This sample was adapted from the hello.js sample: https://github.com/Azure-Samples/active-directory-javascript-graphapi-web-v2

About

This sample demonstrates how to use the Microsoft Graph, while being authenticated with msal.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.5%
  • JavaScript 10.5%