Forum Discussion
bdavis
Nimbostratus
Oct 07, 2015Help pulling multiple Attribute tag names and values out of XML and setting to custom variables.
If anyone could please help me solve this problem. Hopefully I can provide enough detail to show a clear understanding of what I'm trying to accomplish. Essentially APM parses SAML assertions automat...
Kevin_Stewart
Employee
Oct 12, 2015You'd capture and store the values from the request in the ACCESS_POLICY_COMPLETED event.
ACCESS::session data set session.custom.attrlist $attr_list
And then use that session variable in the ACCESS_ACL_ALLOWED event
when ACCESS_ACL_ALLOWED {
if { [ACCESS::session data get session.custom.attrlist] ne "" } {
foreach x [ACCESS::session data get session.custom.attrlist] {
...do stuff
}
}
}
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