Forum Discussion
APM local user database and OTP
Hi
Is there any way to add fields to the APM local user database? The local db was introduced back in 11.4 and it can have only user names, password and e-mail + group info. Is there any way to add more fields, like phone number for 2-factor authentication using built-in SMS OTP functionality?
This would be useful in certain situations for example giving stronger authentication for management access when normal authentication via AD is broken.
--THi
2 Replies
I know it's not as pretty, but could you not use iRule datagroups to extend it as required?
Sadly we haven't gone to 11.4 yet so i haven't seen the new features.
- Kevin_Stewart
Employee
You can't add additional fields, but here's a thought. The group memberships section is really just arbitrary text, so you could add strings (as groups) like the following:
sms_123_456_7890And then read them from the policy or iRules.
when ACCESS_ACL_ALLOWED { log local0. [ACCESS::session data get session.localdb.groups] }** where "session.localdb.groups" is the destination session variable in the VPE Local Database agent.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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