Forum Discussion
Esecurity_26019
Nimbostratus
May 13, 2016Querying AD in iRule using Certain attribute to fetch info against that Attribute BIG IP APM
I Have hosted an Application in BIG IP APM using the Web Application Access Management for Local Traffic Virtual Servers. The Log in credentials are the AD credentials.
I am already passing the ...
Stanislas_Piro2
Cumulonimbus
May 17, 2016Hi,
In AD Query, select required attributes.
Then, change your irule to:
when ACCESS_ACL_ALLOWED {
HTTP::header insert "X-USERNAME" [ACCESS::session data get "session.logon.last.username"]
HTTP::header insert "X-sAMAccountName" [ACCESS::session data get "session.ad.last.attr.sAMAccountName"]
HTTP::header insert "X-otherAttribute" [ACCESS::session data get "session.ad.last.attr.otherAttribute"]
}
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