Integrate with Azure for user access control in hierarchy for Azure Cloud Services

Michyo Song 31 Reputation points
2021-01-28T17:21:15.477+00:00

Hi there,

I am aiming to integration with our products' users to leverage their permission setting by administrator on Azure.
User mapping and Cloud Service (in whole Azure marketplace) access control in hierarchy are the most important work to do.

I found that I may create a B2C tenant to map a bunch of users but fail to get different credentials for one user to get access to different bunch of services.
Would you please help me out?

Cheers,
Michyo

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
711 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,366 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 36,151 Reputation points Microsoft Employee
    2021-01-29T21:48:37.047+00:00

    You can define app roles and configure directory extension optional claims as described here.

    B2C doesn't directly support RBAC. The way to pass specific claims in Token issued by B2C is by configuring it in User Flows or Custom Policies at this time. You would use custom attributes passed as claims.

    There is also a set of admin roles available. https://azure.microsoft.com/en-us/updates/b2c-admin-roles-preview/