Forum Discussion

Edouard_Zorrill's avatar
Edouard_Zorrill
Icon for Nimbostratus rankNimbostratus
Jun 24, 2016

How to confirm APM is sending LOGON_USER and DOMAIN to the application portal

I am getting 401 when hitting an application that is behind APM. How do I confirm that APM is sending Login User to the application after authentication happened ?

 

Thank-you. Edouard.

 

1 Reply

  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus

    If you really want to know, then use tcpdump (Or ssldump if it's an encrypted connection) to actually look at the stream of data between the BigIP and the pool member.

     

    If you use ssldump, you'll need access to the key on the pool member to decrypt the traffic. If you an't get that, you can always drop a proxy in between (Or even another bigIP) and do cleartext between your big and the proxy and then encrypt from the proxy to the pool member.

     

    Other options are getting the app to log headers (if possible). And have it log LOGIN_USER. (I suspect you think this isn't coming through so you may have tried this already).