Is there a way through which we can find the list of Enterprise Applications which an AD group can access?
I see the option in the Azure Portal which lets me see this, but there's no AzCLI or Terraform module which can list this down.
Is there a way through which we can find the list of Enterprise Applications which an AD group can access?
I see the option in the Azure Portal which lets me see this, but there's no AzCLI or Terraform module which can list this down.
Copyright © 2021 Jogjafile Inc.
Found a command in PowerShell for reference - would still await for any alternatives if possible.
Get-AzureADGroupAppRoleAssignment -ObjectId
<objectId>. ObjectID can be found from the Group in Azure AD, or we can use the following to get the data:Requires Install-Module AzureAD and Connect-AzureAD to be executed before running this.