I have created an Azure B2C. I have multiple .Net web apps that are calling this B2C to allow internal and external users to login and access our apps. What I need is a way to be able to assign a user to an app for example John Doe would have access to WebApp1 but not WebApp2 and his role for WebApp1 would be Admin. Whereas Jane Doe has access to WebApp1 and WebApp2 and her role is a user for both of the apps. I need this authorization piece. Does anyone know of a way to do this? I know that normal Azure has groups and roles but B2C doesn't seem to allow you to create any of that as far as I have been able to find.