Forum Discussion
CDG
Nimbostratus
Apr 15, 2016SAML IDP - multiple SP
Im trying to bind two SP on same IdP.but I get the following error.
MCP Error01070734:3: Configuration error: When saml_sso_config (/Common/IdP) object is assigned to saml_resource (/Common/SAML...
Michael_Koyfma1
Cirrus
Apr 15, 2016What exactly is the scenario you are trying to achieve? Can you please describe? You can't bind multiple SP connectors to one IDP connector if you are configuring a scenario where IDP-initiated connections are possible. Please share a bit more about the scenario and you'll get the best on advice on how to implement it.
CDG
Nimbostratus
Apr 15, 2016Done this. but no luck...
If I assigned 2 saml resource on the same webtop.
Now I get ..../vdesk/hangup.php3
Can you help to modify the redirect iRule?
Redirect iRules
when ACCESS_POLICY_COMPLETED {
if { [ACCESS::session data get session.server.landinguri] == "/saml/idp/profile/redirectorpost/sso" } {
log local0. "SP initiated SAML detected, not sending redirect"
} else {
ACCESS::respond 302 Location "/saml/idp/res?id=[ACCESS::session data get session.assigned.resources.saml]"
log local0. "IDP initiated SAML detected, sending redirect"
}
}
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