
exx9s (exx9s) asked a question.
We are rolling out Microsoft DirectAccess to allow user to connect to our internal resources.
Okta Desktop SSO is used at the moment to provide automatic login (Desktop SSO)for a few services, however, when the users go to Okta through the DirectAccess tunnel it prompts for credentiasl as the connection is not coming from the Public Gateway IP defined in Okta.
Is there anyway to "trust" these connections other than the Public Gateway IP (NTLM, certificate or otherwise)?

- netsh namespace show effectivepolicy Settings for .org.com ---------------------------------------------------------------------- Certification authority : DNSSEC (Validation) : disabled IPsec settings : disabled DirectAccess (DNS Servers) : ffff:ffff:aaaa:3333::1 DirectAccess (Proxy Settings) : Bypass proxy Settings for nls.org.com ---------------------------------------------------------------------- Certification authority : DNSSEC (Validation) : disabled IPsec settings : disabled DirectAccess (DNS Servers) : DirectAccess (Proxy Settings) : Use default browser settings Settings for .org.okta.com ---------------------------------------------------------------------- Certification authority : DNSSEC (Validation) : disabled IPsec settings : disabled DirectAccess (DNS Servers) : ffff:ffff:aaaa:3333::1 DirectAccess (Proxy Settings) : Bypass proxy
The Result is this- C:\Users\me>ping org.okta.com Pinging org.okta.com [ffff:ffff:aaaa:7777::36c5:c0a4] with 32 bytes of data:
Now the traffic for org.okta.com is heading for the DA tunnel where NAT6to4 will take over and send the traffic to 54.197.192.164 (36c5:c0a4). Hope that helps,-MattThanks Matt, I think I got it working!
When I added the <mydomain>.okta.com to the NTRP I coudl see the requests were going to the DA server but it was timing out.. .Turns out I needed to add static routes to the Okta IP ranges in my DA server!
The DA Server has 2 interfaces (Public and Private) and the defautl gateway is the public interface, but anything you add to the DA tunnel has to be routed internally, so I added the routes and it seems to be working.Will do some more testing today but looking good.Thanks for the help!