You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: