We're currently developing a Windows Smartclient that needs to authenticate users using their AD group membership.
We now have a requirement for some users to connect over VPN. Is there any way I can get the AD account identity and groups from the VPN login?
WindowsIdentity.GetCurrent() returns the local user account rather than their VPN account information.
The local account name is different that the AD account used for the VPN connection. i.e the user is on their home PC, and connecting to the office using their work AD account.