On turning all the three below parameters to true, we got a huge no of groups imported into Pulse as whenever a user logged in all the AD groups associated with the user were imported making it impossible to manage for large no of users.
Our requirement is that we want only few selected AD groups to be imported in Pulse (or we can also enter the AD groups details manually into the Pulse portal if that’s an option) and we want to provide different level of access to these groups on Pulse and it’s services.
Post that any user which logs into Pulse and is a member of that AD group should automatically get the access as per the permission/access provided to the AD group.
Let us know how this can be implemented or if there are any blockers for the same.
What kind of “Windows Group Names” are you seeing and wanting to exclude? At the moment, there is a parameter in Pulse.cfg file to be able to exclude those not wanted and contains the folllowing by default,
We are seeing all the groups associated with the user. We don’t want to exclude only few groups, we basically want to exclude the import for all groups. We just want a few groups to be included.
For example let’s say we have a AD group named ‘abc’ and it has 3 members in it.
So what we want is that, we go to System Groups page on Pulse, create a new group with the same name ‘abc’ and then provide it certain permissions on Pulse. Then any of the 3 user who’s part of that AD group, when they login to Pulse they get the same access as provided to the AD group.
Is this possible or is there any alternative way/ workaround to make something similar possible?
How can we pre-create the specific AD group on Pulse with keeping the parameter
EnableWindowsGroupImport = false
As setting it to true will import not just that AD group but all other AD groups too.
I tried adding an existing AD group in the system groups on Pulse and provide it with certain permissions. Post adding the group tried to login to Pulse using an user account that is part of that AD group, but the user got added only to the Public group and not to that group on Pulse.