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

getting access token for a service without a user #112

Closed
sibelius opened this issue Sep 12, 2018 · 2 comments
Closed

getting access token for a service without a user #112

sibelius opened this issue Sep 12, 2018 · 2 comments
Assignees
Labels

Comments

@sibelius
Copy link

I've following this guide https://developer.microsoft.com/en-us/graph/docs/concepts/auth_v2_service of how to get access without a user

how an authProvider would look like?

should I use fetch api to get the access token?

would it make sense to provide a getAccessToken function to make this simple?

@muthurathinam
Copy link
Contributor

muthurathinam commented Sep 17, 2018

You just have to make the http request to get the access token. Its not just restricted to fetch.
We have a plan to provide an integration for an auth library, which will make getAccessToken more simple.

883185

@muthurathinam
Copy link
Contributor

Fixed in v1.5.2

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

No branches or pull requests

2 participants