MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.25k stars 21.41k forks source link

Unclear how Groups Overage Indicator claim will change when Azure AD Graph API is replaced. #91865

Open nathan-j-nd opened 2 years ago

nathan-j-nd commented 2 years ago

The Groups Overage Indicator claim returns a Azure AD Graph API endpoint as follows:

<Attribute Name="http://schemas.microsoft.com/claims/groups.link">
<AttributeValue>https://graph.windows.net/{tenantID}/users/{userID}/getMemberObjects<AttributeValue>

There is a note about this claim as follows: "The Azure AD Graph API is being replaced by the Microsoft Graph API. To learn more about the equivalent endpoint, see user: getMemberObjects."

The application I develop currently supports this claim, but it is not clear what will change, if anything, related to the replacement of the Azure AD Graph API.

Will the value of this claim change at some point in the future to be a Microsoft Graph API endpoint, or will the value continue to be the Azure AD Graph API endpoint? Should I extract the relevant information (UserID) from the Azure AD Graph API endpoint in order to make the equivalent request to the Microsoft Graph API? If I do that I need assurance that the claim value/format will not change or I need to know what value/format to expect in the future.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

AnuragSingh-MSFT commented 2 years ago

@yaterchatter, thank you for the query. We will review it and get back to you.

James-Hamil-MSFT commented 2 years ago

Hi, we're still reviewing this!