azure - Azure AD - 可供其他组织使用的 Multi-Tenancy 应用程序

标签 azure active-directory azure-active-directory

我创建了一个 Multi-Tenancy 应用程序,因此我可以使用它提供的 SSO 选项。 当尝试使用应用程序域之外的用户登录时,我收到以下错误:

AADSTS700016: Application with identifier <MY_APP_NAME> was not found in the directory <I_GUESS_THE_USERS_DIRECTORY_ID?>. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.

根据this question它应该可以工作,而无需我做任何事情。 但是,是吗?我或组织应该做什么才能完成该过程?

最佳答案

您还需要提供 service principal目标租户中的 Multi-Tenancy 应用程序的名称。提供详细指南 here .

关于azure - Azure AD - 可供其他组织使用的 Multi-Tenancy 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59255172/

相关文章:

azure - 无法在 LUIS 中配置端点 key

azure - 我在 ADO 管道中使用 Azure Bicep 生成了资源。需要创建一个新的管道,用代码填充资源。不知道如何

azure - 我的 Azure Functions 使用的 dotnet 运行时版本是什么?

c++ - 如何使用 C++ 获取计算机的专有名称 (DN)

azure - 错误 : Failed to get existing workspaces: containers. 客户端#ListBlobs:

azure 广告。授权流程是否需要从浏览器调用开始才能获取桌面应用程序的授权 token ?

c# - 在 azure 表中插入数据时出现问题?

java - Spring LDAP 更改专有名称时出错

powershell - If 语句 - Powershell

azure - 如何将 SAML 外部身份提供商添加到 Azure Active Directory?