Forum Discussion
bfrancom_123272
Sep 25, 2015Nimbostratus
APM Issue Injecting New Authorization Header
I have a policy that uses an Active Directory Authentication, then an Active Directory Query for client authorization.
The server side is "dumb." It uses basic auth for authentication. So I inject a ...
bfrancom_123272
Oct 26, 2016Nimbostratus
No problem. Thanks for helping! The way the initial login is captured is via an iRule. I'm currently running tests with a rest client (postman & ARC)
when ACCESS_SESSION_STARTED {
if { [HTTP::password] ne "" } {
ACCESS::session data set "session.logon.last.username" [string trim [HTTP::username]]
ACCESS::session data set -secure "session.logon.last.password" [string trim [HTTP::password]]
}
}
The variable assign and sso of both policies are the same:
I can see in the APM log report that the session varibles are updating during the variable assign and SSO mapping, but not being handed to the backend:
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