I published a short article about the history of strong authentication during the last 33 years – starting with Admiral James T. Kirk accessing the Genesis project data with a retina scan. Well, personally I am really not convince to use biometrics for authentication. Have you ever tried to revoke […]
Whatsup
Today privacyIDEA 2.2 was released. privacyIDEA introduces the new feature of OTP Offline Authentication. This is based on the concept of Machines and Applications which you can see in the github wiki. The Offline Authentication uses a new privacyIDEA PAM module to cache authentication information. In regards to the “Machines […]
privacyIDEA will be at the Chemnitzer Linux-Tage on March 21st and 22nd. At the privacyIDEA stand you will be able to meet and greet. To ask all the questions you ever wanted to know. To get rid of your complaints. And to see new features in action. On Sunday March, […]
Today we released privacyIDEA 2.0. privacyIDEA 2.0 is a migration and rewrite to Flask and AngularJS. The old privacyIDEA was based on the pylons web framework, which was not actively maintained for a while anymore, which also lead to some version conflicts. Using Flask now makes privacyIDEA a lightweight installation […]
The documentation was published at readthedocs.org. You can find the latest documentation for version 2.0, which was redone. But you can also find the docs for older versions, like the latest 1.5 release v1.5.1. We are happy to get all your feedback to this docs…
The migration process is well. Today I merged the version2 branch to the master branch. So go an visit the github repo. Check out privacyIDEA 2.0(dev) like this: git clone https://github.com/privacyidea/privacyidea.git cd privacyidea virtualenv venv source venv/bin/activate pip install -r requirements.txt ./manage.py createdb ./manage.py addadmin admin@localhost admin ./manage.py runserver If […]
Hi, today I pushed the first draft of the new privacyIDEA to github. See the branch called “version2”. You may run 252 tests with ~1500 asserts to gain a code coverage of the server backend of 97% – well, you might remember my retweet about code coverage 😉 Anyway – […]
Hi, at the moment we are not producing so much code as you might have realized on github. privacyIDEA is still based on pylons, which is a rather old python framework and which is not actively developed anymore. Therefor, at the moment I am investigating new possibilities where to migrate […]
Today we released privacyIDEA 1.3.2. Get it via pypi, github or launchpad. These new features where introduced: Add uwsgi and nginx configuration. Add nginx ubuntu package. Add ubuntu meta packages to easily install radius dependencies. Add package for appliance Add privacyidea-otrs and remove the authmodules from the core package Thus […]
Just now we released privacyIDEA 1.3. You can get it at pypi, via github or via launchpad. Daplug donlge in keyboard mode is now supported, thus added one more token, that can be initialized and where you do not need to rely on the secrets of the vendor. Worked on […]