Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign users and groups to an enterprise application #4321

Open
nicole-ge opened this issue Sep 20, 2024 · 0 comments
Open

Assign users and groups to an enterprise application #4321

nicole-ge opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nicole-ge
Copy link

nicole-ge commented Sep 20, 2024

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

@nicole-ge nicole-ge added the enhancement New feature or request label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant