You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Executing Javascript calls from a SharePoint page to a (provider-hosted) MVC websites, which is hosted on Azure App Service, using Core.CrossDomainLib
Observed Behavior
Solutions based on the Core.CrossDomainLib are not working anymore.
The Javascript calls do not work anymore. Debugging the provider-hosted app code it seems that "SharePointContextProvider.Current.GetSharePointContext(HttpContext)" returns null.
Category
[x ] Bug
[ ] Enhancement
Environment
[ x] Office 365 / SharePoint Online
[ ] SharePoint 2016
[ ] SharePoint 2013
Expected or Desired Behavior
Executing Javascript calls from a SharePoint page to a (provider-hosted) MVC websites, which is hosted on Azure App Service, using Core.CrossDomainLib
Observed Behavior
Solutions based on the Core.CrossDomainLib are not working anymore.
The Javascript calls do not work anymore. Debugging the provider-hosted app code it seems that "SharePointContextProvider.Current.GetSharePointContext(HttpContext)" returns null.
This issue seems to be related to the app-service-samesite-cookie update which is rolled out recently by Microsoft: https://azure.microsoft.com/en-us/updates/app-service-samesite-cookie-update/
The text was updated successfully, but these errors were encountered: