Forum Discussion

Roflcopter's avatar
Roflcopter
Icon for Nimbostratus rankNimbostratus
Jun 10, 2014

APM SMS OTP local user database

I have SMS OTP working with AD users but I want to do the same for local database users.

 

This will help when we have users that aren't in AD but require remote access.

 

I have been advised by F5 support that you can use the 'Groups' field in the local users properties to put a mobile number in.

 

Has anyone done this and if so can they share how they managed to get it working?

 

Cheers,

 

Isaac

 

2 Replies

  • You can add the mobile number as the group name (so you have a group per user) and within the irule you have to change

     

    ACCESS::session data set session.user.otp.mobile $mobile to

     

    ACCESS::session data get session.localdb.groups $mobile

     

     

    Good Luck,

     

    Kees

     

  • Jorjjj's avatar
    Jorjjj
    Icon for Nimbostratus rankNimbostratus

    Hello There Did it work with you?

     

    Can you please provide me with more info/Screenshot about how you configured it?

     

    I am trying to do the same, but i need to send the OTP Token through email to the user created Locally.