【发布时间】:2017-06-05 16:27:20
【问题描述】:
假设我购买了位于 Azure AD 租户 1.(资源林的同义词)中的多租户应用程序(HR 软件)。
我还购买了位于 Azure 租户 2 中的另一家公司拥有的健康应用程序。
我不拥有租户 1 和 2 的管理权限。
问题 1
- 作为 Office 365/AzureAD 林的管理员,我如何允许用户登录到这些租户,但防止他们的用户 ID 在我不拥有的应用程序之间关联?
换句话说,我不希望黑客或其他实体在应用程序 1 和应用程序 2 之间串通和“加入”数据。
我关心的价值观包括:
TenantIdenfifiers
http://schemas.microsoft.com/identity/claims/tenantid:
iss:
UserIdentifiers
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier:
http://schemas.microsoft.com/identity/claims/objectidentifier:
name
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname:
问题 2
- 除了上面列出的值之外,我还应该关注哪些其他值合谋重建匿名用户? (例如 msft 图、office API 等)
【问题讨论】:
标签: azure office365 azure-active-directory openid-connect azure-ad-b2c