Forum Discussion
Nitin Rastogi
Apr 26, 2017Copper Contributor
Azure App Proxy and SharePoint Online
I am working on validating whether we can access an internal on-prem service, exposed externally via Azure App Proxy, in a client side code. Structure of things 1. An internal service 2. Azure...
Nitin Rastogi
Apr 27, 2017Copper Contributor
307 was coming from usage of "http" instead of "https". Have changed it to "https" and now I get 302, which is to the login page. Is this expected?
Both the applications - SharePoint Online and Azure App Proxy are being authenticated by same STS service i.e. Azure AD STS and I thought, the cookie transformation would be done internally by the product. However, this doesn't seem to be the case.
Suggestion, clue - any pointer would help here.
Both the applications - SharePoint Online and Azure App Proxy are being authenticated by same STS service i.e. Azure AD STS and I thought, the cookie transformation would be done internally by the product. However, this doesn't seem to be the case.
Suggestion, clue - any pointer would help here.
- Chad KruszynskyApr 01, 2019Copper Contributor
Nitin Rastogi was wondering if you were ever able to find a solution to this. We are exploring the same capability at my company and have found that we can retrieve data from our on-prem services via client-side call in SharePoint Online. However, where we have run into issues is when we try to post to those services the redirect to the login is throwing CORS errors and we haven't figured out how to get this to work. So when I saw your post I was wondering if you were able to get it working.