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

Authenticate with Microsoft Graph #10

Open
paalnym opened this issue Feb 2, 2017 · 1 comment
Open

Authenticate with Microsoft Graph #10

paalnym opened this issue Feb 2, 2017 · 1 comment
Assignees

Comments

@paalnym
Copy link
Contributor

paalnym commented Feb 2, 2017

No description provided.

@paalnym paalnym self-assigned this Feb 2, 2017
@maxali
Copy link
Contributor

maxali commented Feb 2, 2017

I created a new project called ZionGraph. It has an API endpoint that can give you access token with just one rest call.

HTTP GET [http://ziongraph.azurewebsites.net/api/graph](http://ziongraph.azurewebsites.net/api/graph)

Result is:

{
  "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJS...."
}

We can also add this API to create Groups and much more. It also helps with issue #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants