Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demonstrate graph sdk usage #18

Merged
merged 1 commit into from
Jun 3, 2021
Merged

demonstrate graph sdk usage #18

merged 1 commit into from
Jun 3, 2021

Conversation

derisen
Copy link
Contributor

@derisen derisen commented Jun 2, 2021

Purpose

  • This PR adds a service that handles calls to MS Graph, using the Microsoft Graph JS SDK. It demonstrates how to use MSAL as a custom authentication provider for the Graph SDK client
  • Also updates packages and dependencies

Does this introduce a breaking change?

[ ] Yes
[ x ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ x ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone https://github.com/Azure-Samples/ms-identity-javascript-tutorial.git
cd ms-identity-javascript-tutorial/2-Authorization-I/App
git checkout add-graph-sdk
npm install
  • Test the code

Register an app and run the sample

What to Check

Verify that the following are valid

@derisen derisen merged commit b56d905 into main Jun 3, 2021
@derisen derisen deleted the add-graph-sdk branch September 5, 2021 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant