0xbb / otp-authenticator

A two-factor authentication App for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Clarification request / cross-posted] How to use OTP-Authenticator with mod_authn_otp

Wikinaut opened this issue · comments

see archiecobbs/mod-authn-otp#34

I want to use my OTP Authenticator with a server running https://github.com/archiecobbs/mod-authn-otp . Please can you explain (in detail) the needed steps, OTP Authenticator is already installed, and also https://github.com/archiecobbs/mod-authn-otp .

The underlying problem is that mod_authn_otp does not offer a module to generate the shared secret. In the meantime I managed to write a generator.

Code will be published separately. otp-authenticator as such works with it, when a QR of the secret is generated. https://github.com/kckrinke/onetimepad is a fork of https://github.com/0xbb/otp-authenticator which - as an alternative - allows to enter the secret via the keyboard.