Forum Discussion
Eric Adler
Apr 06, 2017Steel Contributor
Calling Web Services in InfoPath on SPO
We're currently migrating from 2010 to Office 365 and we have a web service that is used in many of our InfoPath forms. Is it accurate that the only way to do this is deploy the web service to Az...
Apr 06, 2017
Basically the answer is yes, you need to deploy your web service in a place that will allow you to call the web service from Internet. Additionally to this, it's quite probable you will need to secure your web service (thinking on the OnPremises deployment option...with Azure you won't need this)
- Eric AdlerApr 10, 2017Steel ContributorWhen you say "with Azure you won't need this" is that due to the fact that all of my O365 users are in Azure AD and I can utilize that for authentication/authorization?
Would this constitute a "provider hosted" app? Which would mean the claims ticket is available for all of these types of apps?
Does having ADFS in place for SSO change this at all?- Apr 10, 2017Deploying the Web Service as part of a Provider-Hosted App could work but I think using App Only...other posible scenario you could evaluate is use an Azure AD App