We are moving from Directaccess to Always on VPN. Everything works fine beside that when we access internal sites that we are getting windows autentication prompt.
For example, we want to connect to a corporate network and access an internal website that requires Windows integrated authentication, it should be SSO but we are getting prompted
We have configured Site zone and added all the sites.
Devices are hybrid azure ad joined
Domain controllers have KDC certificate templates Kerberos auth
Yes. I am suspect that we need to have device tunnel. Since using only Hybrid AADJ with user tunnel it logs in which cached credentials and that might cause problem.
I like to prefer the device tunnel and fall back to the user tunnel as IKEv2 is much faster than SSTP. I do this by setting the route metric lower on the device tunnel so if it’s up, it uses that. In cases where IKEv2 is blocked the device can fall back to SSTP user tunnel.
How do you control that? we are using Intune.
Seems like device tunnel is still up and running when we sign in as user tunnel. Which leads us not to reach any routes due to that we only allow DC access from Device tunnel.
Add a the metric tag to your route in the XML. In Intune you will have to edit the XML directly; there is no GUI option for that. All my routes are at the end of the XML but inside the tag. I allow the same access on both profiles, I don’t see a benefit to limiting the device tunnel to DCs only. These are relational metrics, not absolute, meaning whatever number you put in the tag gets added to the route metric assigned by Windows, this does not end up with a metric of 2 or 3.
We are pushing out profile using GUI and as you say there is no option for metric. I guess I will to use both tunnel without metric change and see how it goes.