ADFS (WAP) not recoginzing/handling as internal traffic

Christoph Thurnheer 81 Reputation points
2020-06-23T08:02:10.21+00:00

Have a WAP with ADFS (4.0). All traffic (internal and external) is going through the same WAP. The internal traffic is not recoginized as such. If I change the autehntication mode internally to certificate and WIA only, it still shows me the form (WAP/ADFS and client are on same subnet). If I remove the form authentication on the external authentication mode, the form is gone. Why does my WAP/ADFS handle all traffic as external? Do I need to to change something on the x-forwarded-for?

Thanks,
Chris

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,213 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pierre Audonnet - MSFT 10,166 Reputation points Microsoft Employee
    2020-06-23T12:55:47.99+00:00

    Internal traffic is not supposed to hit the WAPs. The internal clients must use the ADFS farm directly (or through a load balancer, but a load balancer that redirects the traffic directly to the ADFS servers and not he WAPs).

    In order to achieve this, the easier solution is to have a split-brain DNS (aka split-horizon). Let say the ADFS server IP is 10.0.0.1, the WAP IP is 1.1.1.1 and the FQDN of your ADFS deployment is adfs.contoso.com. When internal clients are using the internal DNS servers, they should resolve adfs.contoso.com into 10.0.0.1 and when clients are using the public DNS for the same record, they should resolve adfs.contoso.com into 1.1.1.1. This is also listed here in the Network section.

    0 comments No comments

0 additional answers

Sort by: Most helpful