Development status active Operating system | ||
Developer(s) LSE Leading Security Experts GmbH Initial release March 1, 2010 (2010-03-01) Stable release 2.7 / May 21, 2014; 2 years ago (2014-05-21) |
LinOTP is a Linux-based solution to manage authentication devices for two-factor authentication with one time passwords. It is implemented as a web service based on the python framework Pylons. Thus it requires a web server to run in.
Contents
LinOTP is mainly developed by the German company KeyIdentity GmbH. Its core components are licensed under the Affero General Public License.
It is an open source authentication server certified by the OATH initiative for open authentication for its 2.4 version.
Overview
As a web service LinOTP provides a REST-like web API. All functions can be accessed via Pylons controllers. Responses are returned as a JSON object.
LinOTP is designed in a modular way enabling user store modules and token modules. Thus it is capable of supporting a wide range of different tokens.
Features
Source Code
Being written in Python the program itself comes as the source code. The code is available via the Python Package Index PyPI or from the project website linotp
The source code can be obtained from GitHub: LinOTP repository.