'Add Roles to AppRegistration and Assign users to Roles

Currently, I'm trying to add an AppRole to my new AppRegistration in the Azure AD B2C resource accordingly to this documentation. Unfortunately, I am not able to see that option neither the one that allows me to assign users to roles. I had to add the appRole manually by modifying the manifest of the appRegistration but that's all I could do.

Does anyone have any idea ? It looks for me that the documentation is not updated.

Azure AD Bc2



Solution 1:[1]

That documentation is for Azure AD, not B2C.

One way to do something similar is via Graph API.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1