Azure应用程序网关支持Open ID Connect身份验证 [英] Azure Application Gateway support Open ID connect Authentication

查看:74
本文介绍了Azure应用程序网关支持Open ID Connect身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Azure Web应用程序,该应用程序具有使用Azure AD配置的开放ID连接身份验证为此,我在Azure Active Directory中的应用程序注册下创建了一个新应用程序,并将重定向URL配置为/signin-oidc.因此,当我尝试登录到应用程序服务URL时,它将首先重定向到重定向URL,然后再重定向到 https://login.microsoftonline.com ,并在查询字符串中传递客户端ID,租户等详细信息,并且效果很好.这样我就可以使用我的Azure广告用户凭据登录

I have an azure web app , which has open id connect authentication configured with Azure AD For this , i had created a new app under App Registrations in Azure Active Directory and configured the Redirect URL as /signin-oidc . So when i try to login to the app service url , it first redirects to the redirect url and then to https://login.microsoftonline.com and passes the client id ,tenant etc details in the query string and works perfectly fine. So i can login with my azure ad user credentials

该Web应用程序与带有Azure AD的Open ID Connect完美配合.

The Web Application is working perfectly fine with Open ID Connect with Azure AD.

当我使用Azure应用程序网关使用Azure Web App时,它将直接重定向到/signin-oidc并在那里停止.我也尝试过重定向选项.Azure应用程序网关是否支持-open id将身份验证与Azure AD连接.?

When i front Azure Web App , with an Azure Application Gateway , it directly redirects to /signin-oidc and stops there . I tried redirect options also. Does Azure Application Gateway support -open id connect authentication with Azure AD. ?

推荐答案

是的,我们可以使用具有开放ID身份验证的应用程序网关.就我而言,缺少SSL证书,添加后我就可以使用它.

Yes , we can use application gateway with open id authentication. In my case, SSL certificate was missing and i got it working once added.

这篇关于Azure应用程序网关支持Open ID Connect身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆