We have react site, that is generating jwt token and talking to API using adal. Now we need to upload files to the SharePoint library.
If this possible using adal? how? any sample please?
Currently we have created demo app using msal it generates access token and Id token, Id token works for API and access token works for MSGraph API, BUT login happens using popup. When I changes popup to Redirect, so after login it keep redirecting site. refer known Issue
I am stuck redirect is creating issue and if I try SuncWeek-react-aad-msal everything is good, BUT Token working for API but NOT GraphAPI, I tried putting scope https://graph.microsoft.com/Sites.Manage.All and added access in Azure app registration also, but NO LUCK
any help is much appreciated TA.