skip to Main Content

im working with azure B2C and social accounts.
I have setup an app registration and configure a custom flow to allow sign-in with social accounts on my app. Thats pretty fine and works well. It works allso with local accounts.

When i call https://graph.microsoft.com/v1.0/users/{userID}
with any local account the graph api returns some profile informations. But if i try this with an socail account it fails with the error message Failed to acquire token why it fails only on social accounts?

Or it´s maybe impossible to use the azure graph api with social accounts?

Thanks

2

Answers


  1. Chosen as BEST ANSWER

    It´s not possible to access ms graph with an "social user". For accessing the graph, any service / service account is required.

    Behind the scenes -> "social users" cant be assing requiered graph premissions to access them.


Please signup or login to give your own answer.
Back To Top
Search