Forum Discussion
praveen rengarajan
Aug 09, 2017Copper Contributor
O365 access token: image not loading until login in actual SP
Authenticating the user using O365 API, using that token again am getting SharePoint resource token.There is no problem until here. https://xx.sharepoint.com/sites/SC/_api/web/lists/getByTitle(\'An...
Aug 09, 2017
The token would work o2f you requested the image using the api. But the browser performs log in via a cookie.
Do users log into the location where your code runs? If your app uses AAD for auth, the user should have a cookie.
Do users log into the location where your code runs? If your app uses AAD for auth, the user should have a cookie.