0

I got a customer that has several on premises services, specifically a SMTP Server and a Sharepoint Server. Both these servers are integrated with and AD Directory that is federated with Azure AD.

My question is, if the Web API published on Azure Web App is authenticated against this Azure AD, can the use the user invoke the SMTP server impersonating the web api caller?

Zalomon
  • 553
  • 4
  • 14

1 Answers1

0

The SSO solves the authentication part. But in order to access resources on your customer site, it needs a VPN to be able to reach his servers.

https://learn.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet

Thiago Custodio
  • 17,332
  • 6
  • 45
  • 90