Forum Discussion
daboochmeister
Nov 04, 2014Cirrus
APM, use HTTP basic auth semantics to retrieve e.g. RSA credentials?
Hi all - new-ish to APM - I think this is possible, but wanted to check. Rather than using a form to gather credentials from a user, is it possible to use the HTTP basic auth authentication scheme to...
kunjan
Nov 05, 2014Nimbostratus
Should be able to do that.
[HTTP::username] and [HTTP::password] extracts the credentials from the header
https://devcentral.f5.com/wiki/iRules.HTTP__username.ashx
iRule can be used to map the username(401 agent updates username directly ) and password session variables. This can be followed by the radius agent.
when ACCESS_POLICY_AGENT_EVENT {
ACCESS::session data set session.logon.logon.username [HTTP::username]
ACCESS::session data set session.logon.logon.password [HTTP::password]
}
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