I have a NPS server terminating vpn connections based on user group.
I have three security groups:
Group 1
Group 2
Group 3
The NPS allows VPN access to members in these groups. Additionally, it pushes out a custom radius attribute based on their group membership which controls the resources that user can access to the non-Microsoft VPN server.
Currently, if a user is in Multiple groups, they only get access to the first Network Selection Policy match's resources (and corresponding radius attribute) because it "Stops" processing once it hits the first match.
Is it possible to have a "pass-thru" policy where it simply adds the radius attributes to the list to send to the user, yet continues processing for any possible additional NPS matches?
Yes, you can work around it by creating a seperate NPS rule in this order, but this does not scale, obviously.
1) Group 1, 2, 3
2) Group 1, 2
3) Group 1, 3
4) Group 3,2
5) Group 1
6) Group 2
7) Group 3.