Forum Discussion
bfrancom_123272
Nimbostratus
May 28, 2014Inject client Authorization Header Into APM sso variables
Hi, I am trying to get the authorization header from a client request and inject the credentials into the APM SSO variables. (The client is a web server). I am pretty new to APM and its internals.
I...
bfrancom_123272
Nimbostratus
May 28, 2014I got it to work with help from our internal F5 engineer! Thanks Mike! Just change the event in the iRule to "ACCESS_SESSION_STARTED", and needed to trim the string e.g):
when ACCESS_SESSION_STARTED {
ACCESS::session data set "session.logon.last.username" [string trim [HTTP::username]]
ACCESS::session data set "session.logon.last.password" [string trim [HTTP::password]]
}
Also did not require the 1st SSO credential mapping in the VPE. AD takes the parameters from the iRule above without anything in betwixt.
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