user2368632
user2368632

Reputation: 1073

How do you create a custom user role in Azure AD?

Found this article on how to setup roles but it uses the legacy azure portal to accomplish this.

How do you create user roles in the latest Azure portal?

How do you assign multiple roles to a user afterwards?

Upvotes: 0

Views: 1529

Answers (3)

Sa Yang
Sa Yang

Reputation: 9401

According to article your referred, I assume that you want to assign users and groups to application roles.

You can achieve this from new portal. But Only Azure AD Premium or Enterprise mobility suite support assigning with roles. You can take following steps:

Go to Azure portal > Azure Active Directory > Enterprise applications > All applications > Select your application > Users and Groups

enter image description here

Now, you can assign roles through adding users(My Azure AD is not basic):

enter image description here

Upvotes: 1

Sajeetharan
Sajeetharan

Reputation: 222552

From December 2015, you can create your own RBAC roles.

You can get clear idea via this Custom Roles in Azure RBAC

Upvotes: 1

CHEEKATLAPRADEEP
CHEEKATLAPRADEEP

Reputation: 12768

RBAC built-in roles lists the roles available in Azure. It specifies the operations and scope that each built-in role grants to users. If you're looking to define your own roles for even more control, see how to build Custom roles in Azure RBAC.

Upvotes: 1

Related Questions