Develop With Blog

A blog about building.

1 post(s), index »

Community Forum
Learn how this blog was built
Time based One Time Password (TOTP) as 2nd factor
mark.byers

You can now use a TOTP client (ie Google Authenticator, authy) to generate the 2nd factor code.

When setting up a user, set the the authenticationdelivery=3 and then use SETUP_LOGON_GENERATE_TOKEN to generate the token to set up the TOTP client ie qrcode image or manual entry key.

Then as part of the authentication (LOGON) process add the TOTP client generated code to the passwordhash and set passwordcode= to the same code.

more about TOTP...

more about authentication...

Previous | Next