Forum Discussion
writemike
Jul 03, 2014Nimbostratus
Use APM HTTP Auth to send a SOAP Message for OTP
Hello,
I recently read this article on implementing a OTP solution in our APM via SMS:
https://devcentral.f5.com/articles/one-time-passwords-via-an-sms-gateway-with-big-ip-access-policy...
Kevin_Stewart
Jul 05, 2014Employee
An HTTP AAA is going to work with either a form GET/POST, Basic, or an NTML auth.
An HTTP form GET puts the user:pass in the request query string. An HTTP form POST puts the user:pass in a POST payload. The Basic and NTLM methods encode the auth into an Authorization header. The AAA allows you to add additional headers and other custom values, but that's really the limit of the flexibility. To inject an entire SOAP message in a POST, you'd necessarily need the more manual sideband approach.
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