azure - 找不到我注册的 Azure AD 应用程序

标签 azure azure-active-directory

我正在尝试使用 Azure 应用服务配置 Multi-Tenancy 身份验证,以便为我的应用程序启用 Multi-Tenancy 身份验证。我正在关注本教程:Consume multi-tenant enterprise APIs secured with Azure AD in SharePoint Framework 。但在配置身份验证/授权设置时我遇到了困难。

Unable to find applications

任何帮助将不胜感激!

最佳答案

请引用Configure your App Service app to use Azure Active Directory login配置 Azure 应用程序以使用 Azure AD 作为身份验证提供程序。在快速设置中选择现有应用程序时,您需要确保该应用程序已在您的租户中注册。您也可以引用How to Get to the Keys/Secrets From Azure Active Directory从 Azure AD 获取企业应用程序的 key / secret 。

关于azure - 找不到我注册的 Azure AD 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53811913/

相关文章:

Azure 服务主体创建权限

powershell - 在 powershell 上使用 Azure Active Directory 进行身份验证

azure-devops - 如何使用 powershell 命令创建 Azure AD B2C 身份体验框架策略 key ,其中名称和 secret 是输入参数

azure - 无法授予管理员同意。您的组织没有以下 API 的订阅(或服务主体): Power BI Service

sql-server - 在azure sql server中隐藏特定用户的其他数据库

本地开发时的 Azure Functions 成本

sql - 如何从初始大表创建星型模式?

azure - 我可以在 Azure Cosmos DB 中的复合索引中为数组建立索引吗?

azure - Azure 中 "enterprise application"和 "app registration"之间的差异

.net - Azure.Identity 库(例如 DefaultAzureCredential)是否支持 token 缓存?