azure-ad-b2c / samples

Azure AD B2C custom policy solutions and samples.
840 stars 597 forks source link

You can utilize the Microsoft Graph API to populate the "can_impersonate" extended attribute #36

Open mmushatt opened 4 years ago

mmushatt commented 4 years ago

In the "Impersonation Flow for Azure AD B2C - https://github.com/azure-ad-b2c/samples/tree/master/policies/impersonation " procedure, instead of having the users populate the "extension_GUID_can_impersonate" attribute using the Azure Graph API Explorer ( https://graphexplorer.azurewebsites.net/ ), you can have them utilize the Microsoft Graph API Explorer ( https://developer.microsoft.com/en-us/graph/graph-explorer) . Listed below is what they can do.

After doing this, the Impersonation Flow for Azure AD B2C policy should work as desired

JasSuri commented 4 years ago

Thanks, we will change this now MS Graph API is supported for B2C accounts.