Azure role assignment in a React typescript project

Asad Ghumman 1 Reputation point
2021-04-10T15:32:19.92+00:00

Hy Anyone can plz help me we completed the Azure authentication in our react typescript project and now we want to add azure role assignments. I dont know how to assign role to user through portel and how we can access this data(api with headers)

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,559 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,156 Reputation points
    2021-04-23T07:49:47.197+00:00

    Hello @Asad Ghumman ,

    Thanks for reaching out and apologize for delayed response.

    You can assign, list and manage azure roles using the Azure portal, Azure PowerShell, Azure CLI, Azure SDKs, or REST APIs

    Check out the following articles for detailed steps for how to assign roles. Hope this helps.

    Assign Azure roles using the Azure portal
    Assign Azure roles using Azure PowerShell
    Assign Azure roles using Azure CLI
    Assign Azure roles using the REST API
    List Azure role assignments using the REST API

    More information: https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-steps

    --------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.