ADFS is not able to fetch the Client machine IP Address

D

Deb_bose

Hi All,

Anyone can help me with the following issue:

We have configured 2 node ADFS farm (2016) with 2 node WAP and Load balancer is also configured. Now the requirement is to collect client machine IP address(X-MS-Forwarded-Client-IP) in ADFS claim but ADFS is fetching the LB gateway IP address always. We have checked that LB is collecting the client IP address but the same is not collected in ADFS end.

Can anyone confirm whether LB is not able to forward the IP address to ADFS end or it is problem in ADFS end. where is the problem.



1469896.jpg


ADFS Claim Details tested with following two ways:

c:[Type == "http://schemas.microsoft.com/2012/01/requestcontext/claims/x-ms-forwarded-client-ip"]
=> issue(claim = c);

------------------------------------------------------------------------------------------------------------------

c:[Type == "http://schemas.microsoft.com/2012/01/requestcontext/claims/x-ms-client-ip"]
=> issue(claim = c);

and we are getting IP address of the gateway of LB.

Continue reading...
 
Back
Top Bottom