简体   繁体   English

使用 Azure Connected Services 设置 MVC .NET 应用程序

[英]set up MVC .NET application with Azure Connected Services

What we are trying to do is set up our MVC .NET application with Azure Connected Services within Visual Studio.我们要做的是在 Visual Studio 中使用 Azure Connected Services 设置我们的 MVC .NET 应用程序。 We are trying to connect to the Existing Azure AD Application.我们正在尝试连接到现有的 Azure AD 应用程序。 We have the correct domain selected, and also the correct redirect URI我们选择了正确的域,以及正确的重定向 URI

在此处输入图片说明

We need to be able to read directory data to determine user group but we don't have client secret我们需要能够读取目录数据来确定用户组,但我们没有客户端机密

在此处输入图片说明 This is the error we get这是我们得到的错误

在此处输入图片说明

Make sure your existing Azure AD application is registered as:确保现有的 Azure AD 应用程序注册为:

Accounts in this organizational directory only (Devchat only - Single tenant) or Accounts in any organizational directory (Any Azure AD directory - Multitenant) .仅此组织目录中的帐户(仅限 Devchat - 单租户)任何组织目录中的帐户(任何 Azure AD 目录 - 多租户)

Other types are not supported to be updated in this case.在这种情况下不支持更新其他类型。

You can refer to this document to register an application for a quick test.您可以参考此文档注册一个应用程序进行快速测试。

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

相关问题 无法使用 Azure Active Directory 连接到连接服务身份验证 - Can't connect to Connected Services Authentication with Azure Active Directory 在 azure 应用服务中部署了我的 asp.net core react 应用程序,但没有显示任何内容 - deployed my asp.net core react application in azure app services not showing anything WCF 服务未显示在 .NET6 的连接服务节点中 - WCF Service not showing in Connected Services node in .NET6 为ASP.NET MVC项目设置数据访问的最佳方法是什么? - What's the best way to set up data access for an ASP.NET MVC project? 对于 ASP.NET MVC 应用程序,为什么我的 Azure 虚拟机没有显示在 Visual Studio 的发布功能中? - Why doesn't my Azure virtual machine show up in Visual Studio's Publish feature, for an ASP.NET MVC app? Visual Studio 2022 类库管理连接的服务不显示 - Visual studio 2022 Class library manage connected services does not show up 使用.net应用程序部署打包.net框架 - Packaging up the .net framework with a .net application deployment 404 for Azure(.NET MVC 5)上的自定义ttf字体 - 404 for Custom ttf Font on Azure (.NET MVC 5) MVC Views文件夹结构和应用程序启动 - MVC Views folder structure and application start up 如何为Visual Studio Team Services设置符号服务器 - How to set up a symbol server for Visual Studio Team Services
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM