Forum Discussion
THi_89722
Nimbostratus
Aug 06, 2015Are there any APM SAML related iRule events/commands?
BIG-IP LTM+APM as a SAML SP using external IdP. The external IdP supports and serves their login page on multiple languages. Used language can be a SAML Extension attribute in the SAML AuthnRequest o...
Kevin_Stewart
Employee
Aug 06, 2015If I may add, what you're essentially trying to do is modify the response from the APM agent, and this would require a response event in the client side context (responses from the BIG-IP itself). Unfortunately this doesn't exist. The HTTP response events work in the server side context and are triggered when the backend server responds to a request. The easiest option, in my opinion, is a layered VIP in front of the SP VIP. The only complexity this should really add is SSL offload.
when HTTP_RESPONSE {
if { ...look for the SAML response ... } {
HTTP::collect [HTTP::header Content-Length]
}
}
when HTTP_RESPONSE_DATA {
... look for and replace URI content in the JavaScript POST payload ...
}
when CLIENT_ACCEPTED {
virtual apm-vs
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects