简体   繁体   English

Azure web 应用程序能否使用 SSO 连接到本地应用程序

[英]Can Azure web app use SSO to connect to on-premise application

I got a customer that has several on premises services, specifically a SMTP Server and a Sharepoint Server.我有一个客户有几个本地服务,特别是 SMTP 服务器和 Sharepoint 服务器。 Both these servers are integrated with and AD Directory that is federated with Azure AD.这两个服务器都与 Azure AD 联合的 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? 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?

The SSO solves the authentication part. SSO 解决了身份验证部分。 But in order to access resources on your customer site, it needs a VPN to be able to reach his servers.但是为了访问您客户站点上的资源,它需要一个 VPN 才能访问他的服务器。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 需要将 Azure 应用程序 Web 服务连接到本地 SQL 数据库 - Need to connect an Azure App Web Service to an on-premise SQL Database Azure 托管的逻辑应用程序能否连接到本地 Azure DevOps Server(以前称为 Team Foundation Server) - Can an Azure hosted Logic App connect to an on-premise Azure DevOps Server (formerly known as Team Foundation Server) 如何在Azure搜索中连接到本地数据库? - How to connect to on-premise database in Azure Search? 通过Windows Azure Connect将Azure托管的Ruby on Rails应用程序连接到本地SQL Server - Connect Azure-hosted Ruby on Rails app to on-premise SQL Server through Windows Azure Connect 用于本地负载平衡器的Azure应用程序网关 - Azure Application Gateway for on-premise load balancer SSO Azure AD 与本地客户端和服务器集成 - SSO Azure AD integration with on-premise Client and Sever 在Web应用程序中获取本地文件 - Get On-Premise File in web app 如何通过 VPN 将 Azure Function(不是应用服务)连接到本地 SQL 服务器? - How do you connect an Azure Function (not an App Service) to an on-premise SQL server via a VPN? 从本地为托管在Azure虚拟机上的Web应用程序创建URL快捷方式 - Creating URL shortcut for web application hosted on Azure Virtual Machine from on-premise 使用 Azure B2C/B2B 保护本地 Web 应用程序 - Using Azure B2C/B2B to secure on-premise web application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM