Forum Discussion
Squeak
Oct 08, 2019Cirrus
Irule to match two APM variables
I need some help with an Irule that should have this logic, The attribute "samlattr" must match the value "employeeID" if there are a match the VPE should continue. If there are no match, the sess...
Oct 08, 2019
Hi Squeak,
Can you test this?
when ACCESS_POLICY_AGENT_EVENT {
set samlattr [ACCESS::session data get "session.saml.last.attr.name.xyz"]
set employeeID [ACCESS::session data get "session.ldap.last.attr.employeeID"]
if { $samlattr ne $employeeID } {
discard
}
}
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