Call Microsoft Graph without Azure AD with Javascript

Copper Contributor

Hello,

 

I have the need to use Graph services without doing authetification by Azure AD App,

The Need is to get documents tranding around the current user with javascript, Graph request Token, How to do it .?

2 Replies

I have a similar Requirement for Siebel CRM Application. Any inputs on this would be of great help.

So, anything that needs to access Microsoft Graph data using the API needs to have permissions. To grant permissions, you can register an app in Azure AD or using new App registration portal. Can you elaborate more on "Not using Azure AD App"?