Azure AD B2C Mircrosoft graph Api

Muhammad Usman shaikh 66 Reputation points
2021-03-01T08:39:02.677+00:00

Hi

have a confusion, can we get information from

microsoft graphi api me can we used same access token that we received on login of user in azure ad b2c, please explain it and share a sample in c#.

Azure Active Directory External Identities
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 55,541 Reputation points
    2021-03-02T06:34:03.703+00:00

    Hi @Muhammad Usman shaikh · Thank you for reaching out.

    As of now you can NOT use the access token received by using Azure AD B2C user flow or custom policy to call Graph API. This is because Azure AD B2C tenant doesn't include same set of Delegated Permissions for Graph API that you get with Standard Azure AD tenant. The only delegated permissions for Graph API are shown below:

    73312-image.png

    You can post a feedback regarding this feature in our Feedback Portal.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments