andres-canello / GlobalSecureAccess.ps

MIT License
2 stars 0 forks source link

Feature Request - Assign user(s), groups, or a combination using New-GSAPrivateAccessApp #2

Open Altec6 opened 2 months ago

Altec6 commented 2 months ago

Can the ability to assign user(s), groups, or a combination of the two using the New-GSAPrivateAccessApp function be added?

andres-canello commented 2 months ago

There is a Graph PowerShell command that can help with that. Here are the docs:

https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/assign-user-or-group-access-portal?pivots=ms-powershell#assign-users-and-groups-to-an-application-using-microsoft-graph-powershell

Added this on the readme as well