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

Resource to use with acquireToken #56

Open
garybushey opened this issue Jul 5, 2017 · 2 comments
Open

Resource to use with acquireToken #56

garybushey opened this issue Jul 5, 2017 · 2 comments

Comments

@garybushey
Copy link

What string should be used as the resource when calling "acquireToken"? I have tried my tenant name but that does not seem to work.

@dominicusmento
Copy link

It depends on the resource you want to access.
For the graph api it would be: 'https://graph.microsoft.com'
for the dynamics crm it would be the first part of your crm url: 'https://organization.crm.dynamics.com', note that if you are on the crm3 subdomain then it would be: 'https://organization.crm3.dynamics.com'..

@DigitalKrony
Copy link

I'm a little lost when accessing this function. Is there an example of it's use?

When I'm calling the function all I get back is the function as a return.

e.g.
BoundCallbackObservable{...}

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

No branches or pull requests

3 participants