14-May-2020 06:30
Hi,
The setup
I can see that the HTTP Auth Agent sends the variable (I use a layered virtual server for SSL)
<HTTP_REQUEST_DATA>: {"SocialSecurityNumber":"XXXXX-XXXX"}
I can see that the remote server responds with the correct info.
<HTTP_RESPONSE_DATA>: payload is {"SAMaccountname":"xxxxxxx,"}
For the life of me I can´t figure out how to parse the response.
14-May-2020 15:07
Hello, you should be able to do this with an iRule:
K07535385: Extracting data from HTTP payload using iRules
https://support.f5.com/csp/article/K07535385
ACCESS::session data set
19-May-2020 04:50
Hi,
I´ll try this.
Thanks.