Forum Discussion
Auto launch portal acces
For SAML I have done same,
Network resources is having option for Auto Launch
For SAM
From SP to IdP Auto-Launch
when ACCESS_POLICY_COMPLETED {
switch -glob [string tolower [ACCESS::session data get session.server.landinguri]] {
"/abc"
{ACCESS::respond 302 Location "/saml/idp/res?id=/Common/abc"}
}
}
when ACCESS_ACL_ALLOWED {
switch -glob [string tolower [HTTP::uri]] {
"/abc"
{ACCESS::respond 302 Location "/saml/idp/res?id=/Common/abc"}
}
}
OR
SAML from IdP to SP auto Launch
when ACCESS_POLICY_COMPLETED {
ACCESS::respond 302 Location "/saml/idp/res?id=/Common/abc"
}
when ACCESS_ACL_ALLOWED {
ACCESS::respond 302 Location "/saml/idp/res?id=/Common/abc"
}
For Web Top Link figure out resource Name to try above rule.
Recent Discussions
Related Content
* 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