Forum Discussion
Bob_10976
Nimbostratus
Sep 01, 2010Response/Redirect iRule for ADFS
We have ADFS deployed in our environment and all appears to be working as expected. However our customer does not want to have the users go to a page where they have to select a "Realm" (domain) to l...
Bob_10976
Nimbostratus
Sep 19, 2011John..Thanks for the link, that will come in handy when we've upgraded to SP 2010, which should be shortly. We did create an iRule though for our 2007 instance that seems to work well.
when HTTP_REQUEST
{ switch "[string tolower [HTTP::host]]" {
"domain_name.com" {
if {not ([string tolower [HTTP::query]] contains "whr")}{
set newURI [HTTP::uri]
if {not ([string tolower [HTTP::uri]] contains "?")}{
append newURI "?whr=urn%3Afederation%3ARealmName"
}{
append newURI "&whr=urn%3Afederation%3ARealmName"
}
HTTP::uri $newURI
}
}
}
}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
