We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What string should be used as the resource when calling "acquireToken"? I have tried my tenant name but that does not seem to work.
The text was updated successfully, but these errors were encountered:
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'..
Sorry, something went wrong.
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{...}
BoundCallbackObservable{...}
No branches or pull requests
What string should be used as the resource when calling "acquireToken"? I have tried my tenant name but that does not seem to work.
The text was updated successfully, but these errors were encountered: