Forum Discussion
AlgebraicMirror
Altostratus
Aug 02, 2015Is there a way in iRules to modify which IDP profile the APM selects?
Is there any way to modify how the APM matches an SP to an IDP configuration? I know normally it looks at the Issuer ID that the SP sends and uses that to match an SP configuration, which is in turn ...
Stanislas_Piro2
Cumulonimbus
Aug 07, 2015Hi,
You can configure multiple dns records on the virtual server IP and use the following irule:
when ACCESS_ACL_ALLOWED {
switch -glob [string tolower [HTTP::host]] {
"www.college.com" { set samlProfile "/Common/saml-idp-www" }
"email.college.com" { set samlProfile "/Common/saml-idp-email" }
default {set samlProfile "/Common/saml-idp-www"}
}
WEBSSO::select $samlProfile
unset samlProfile
}
On the virtual server, configure a SAN certificate or use SNI to define multiple certificates on the same 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