16-Nov-2020 13:27
Here is the traffic Flow :
SP<===========>F5(VS/Pool)<=============>IDP Server(s)
In this, SP see F5 as IDP ( F5 is acting as a proxy in front of IDP servers), Using irules, how can I extract one of the attributes from the SAML response sent from IDP ?
Solved! Go to Solution.
18-Nov-2020 08:56
Hello Gogreen.
F5 has native iRules (v14.1+) to manage SAML assertion when it works as SP or IDP.
In your case (being a proxy) and assuming that your are offloading traffic (SSL Bridging), your only chance is to manage that communication as a regular HTTP connection with headers and payload, where SAML assertion will be located in the payload section (coded in base64).
Regards,
Dario.
18-Nov-2020 08:56
Hello Gogreen.
F5 has native iRules (v14.1+) to manage SAML assertion when it works as SP or IDP.
In your case (being a proxy) and assuming that your are offloading traffic (SSL Bridging), your only chance is to manage that communication as a regular HTTP connection with headers and payload, where SAML assertion will be located in the payload section (coded in base64).
Regards,
Dario.
23-Nov-2020 02:32
Thanks for the information
23-Nov-2020 10:08
please flag the question as answered if it was, it helps other recognize the status.