Forum Discussion
jba3126
Cirrostratus
May 17, 2017Urgent assistance needed with ClickJacking iRule or HTTP Policy to cover multiple domains
We have an SSO (Single Sign On) solution that front ends several applications that use iFrames. It is also accessed via different domains that go back to the same VIP. Granted I don't fully underst...
Anesh
Cirrostratus
May 18, 2017Try this
when HTTP_RESPONSE {
set host [string tolower [HTTP::host]
if {[class match $host contains URLdatagroup]}
{
HTTP::header replace X-Frame-Options "ALLOW-FROM https://sso1.site.com"
}
else
{
HTTP::header replace X-Frame-Options "ALLOW-FROM https://sso2.site.com"
}
}
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
