Open
Description
Is your feature request related to a problem? Please describe.
I want to add with pnp powershell aad user or aad groups to an enterprise application. In the moment there is no pnp cmldet, to solve this issue.
I think this is a common use case and we need cmdlet for it.
Describe the solution you'd like
Target new cmdlet:
-> Assign the user or group to an Enterprise application with an app role
New-PnPAzureADUserAppRoleAssignmentEA -ObjectId $user.ObjectId -PrincipalId $user.ObjectId -ResourceId $serviceprincipal.ObjectId -Id $appRole.Id
link to description
https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/assign-user-or-group-access-portal?pivots=portal