Add a script to create Azure Active Directory App Role Assignments #330
Labels
area:active-directory
All issues related to Azure Active Directory
feature
All issues related to new features
Milestone
Is your feature request related to a problem? Please describe.
We have several customers where we use a Powershell script to assign Azure AD App Roles to another service principal. For example this is very useful when you have an Azure API Management instance and use the
validate-jwt
step to validate if certain roles have been assigned and allow/deny access based on that. This script allows for creating the Role on the 'main' Application Registration and assigns it on another service principal.Describe the solution you'd like
Create script to:
The text was updated successfully, but these errors were encountered: