简体   繁体   中英

Windows Authentication working on Intranet, not working over VPN

Using windows authentication for access control in my ASP.NET MVC 4 application.

We are having no issues when accessing through our intranet, but when someone connects via VPN it will not work.

I haven't been able to look at some of the offending machines off the network, but just figured I'd put it out there in case there may be some known quirks etc.

Be sure what that machines is a members of your intranet domain, since you can not use windows authentication if a machine is not a members of your intranet domain.

If they are not member of your domain then you can use another security scenarios to authenticate that users: http://msdn.microsoft.com/en-us/library/ms730301.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM