I'm developing a windows client app which is able to communicate with web
services in an IIS virtual directory. Current thinking is to secure the
services with Windows Authentication. This is fine if the user is logged
into the Domain on the LAN. What will happen if the user takes the laptop
home, logs in to the local machine and connects to the company VPN? WIll
requests to the web service get authenticated against the VPN domain user, or
the local machine user?
Thanks
Russ
services in an IIS virtual directory. Current thinking is to secure the
services with Windows Authentication. This is fine if the user is logged
into the Domain on the LAN. What will happen if the user takes the laptop
home, logs in to the local machine and connects to the company VPN? WIll
requests to the web service get authenticated against the VPN domain user, or
the local machine user?
Thanks
Russ
Comment