简体   繁体   English

是否有计划让“groups.link”属性返回 MS Graph API URL?

[英]Are there any plans for the 'groups.link' attribute to return MS Graph API URLs?

I'm integrating Azure Active Directory's SAML SSO with my application.我正在将 Azure Active Directory 的 SAML SSO 与我的应用程序集成。 If the user has more than 150 groups then the Groups Overage Indicator is returned, as per the docs .如果用户拥有超过 150 个组,则根据文档返回组超龄指示器。 However the link from the groups.link attribute is using the old Azure AD Graph API, rather than the new MS Graph one.但是来自groups.link属性的链接使用的是旧的 Azure AD Graph API,而不是新的 MS Graph。 The Azure AD Graph API is deprecated and set to be removed in June, in addition it's somewhat tricky to manage as one cannot add API permissions to the app without using workarounds like the Powershell client. Azure AD Graph API 已弃用,并将于 6 月删除,此外,管理起来有些棘手,因为如果不使用 Powershell 客户端等解决方法,就无法向应用程序添加 API 权限。

I have the user id on hand, so I could just construct a MS Graph API URL by hand, however as the Azure AD Graph API is on its way out, I assume at some point the groups.link attribute would either cease to exist or return a MS Graph API URL. Are there any plans to update the return value of the groups.link attribute?我手头有用户 ID,所以我可以手动构建一个 MS Graph API URL,但是随着 Azure AD Graph API 即将过时,我假设groups.link属性在某个时候将不再存在或返回一个MS Graph API URL。是否有计划更新groups.link属性的返回值?

Can you try this Link which gives new Microsoft Graph one for fetching the details of members of a particular groups MS Graph Groups .你能试试这个链接吗,它提供了新的 Microsoft Graph 一个用于获取特定组MS Graph Groups成员的详细信息。

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

相关问题 Azure 通过 Rest API 或 python 模块(MS Graph)按名称或 email 地址搜索用户、组或服务原则? - Azure search for user, groups, or service principle by name or email address via Rest API or python module (MS Graph)? MS Graph API 过滤器 forceChangePasswordNextSignIn - MS Graph API filter on forceChangePasswordNextSignIn MS Graph API 多租户权限 - MS Graph API permission for multiple tenant MS Graph API - 来自 C# 的 getPstnCalls - MS Graph API - getPstnCalls from C# Microsoft Graph:展开 transitiveMemberOf 不返回嵌套组 - Microsoft Graph: Expand transitiveMemberOf does not return nested groups Azure 图 API - 设备管理。 不返回所有系统 - Azure Graph API - Device Mgmt. does not return all systems 如何在没有用户登录的情况下检索 .NET Core Web API 的 MS Graph 访问令牌 - How to retrieve an MS Graph access token for a .NET Core Web API without user sign in 如何在 MS Graph API 中从 Java SDK 获取附件资源的原始内容? - How do I get the raw content of attachment resources from Java SDK in MS Graph API? 尝试获取 MS Graph API 令牌时缺少用户的 ImmutableID(Windows 身份验证) - ImmutableID of the user missing when trying to acquire a token for MS Graph API (Windows auth) MS Graph - 客户端凭证流 - MS Graph - Client Credential Flow
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM