Skip to content

leeford/graph-sdk-azure-identity-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph SDK Azure Identity Demo

Demonstration code for accompanying blog post

Instructions

  1. Clone this repo

  2. Populate .env files with your Azure AD App registration details

    AZURE_CLIENT_ID = <Azure AD Application (client) ID>
    AZURE_TENANT_ID = <Azure AD Directory (tenant) ID>
    AZURE_CLIENT_SECRET = <Azure AD Client Secret>
    

    Ensure your App registration has been granted User.Read.All Application permissions for this demo (or change the API call in the code)

  3. Install dependencies

    npm install
    
  4. Build and start

    npm run build && npm run start
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published