Forum Discussion
dubdub
Nimbostratus
Oct 12, 2017APM session status remains pending after policy completion
Environment: 12.1.1 HF2
I have an APM policy that is working fine to authenticate my users against my local ActiveDirectory store. Yesterday I modified the policy ending for the successful pat...
dubdub
Nimbostratus
Oct 13, 2017I reverted to using the "Allow" ending on my policy and added this handling in my iRule:
when ACCESS_POLICY_COMPLETED {
if { [ACCESS::policy result] eq "allow" } {
ACCESS::respond 302 Location /a/b/c
}
}
That keeps my sessions in the expected "Established" mode and achieves the same end result.
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