Skip to main content
https://codecov.io/gh/privacyidea/privacyidea/coverage.svg?branch=master Latest Version PyPI - Python Version License Documentation

privacyIDEA: Open-Source Multi-Factor Authentication

privacyIDEA is an open-source MFA platform for orchestrating all your multi-factor authentication needs. Secure your entire stack with a flexible, self-hosted solution that puts you in control. As an on-premise platform, your sensitive user data always remains within your infrastructure.

Key Features

  • Universal MFA: Add a second factor to virtually any application—from SSH and VPNs to IdPs like Keycloak and web portals.

  • Extensive Factor Support: Go beyond simple OTP. We support everything from cutting-edge Passkeys and push authentication to various OTP types.

  • Vendor-Agnostic: Connect to your existing user stores (AD, LDAP, SQL, EntraID) without being locked into a specific ecosystem.

  • Truly Open: Licensed under AGPLv3 to guarantee your software freedom, always.

Supported Authentication Factors

  • 🔑 Passkeys & Hardware: FIDO2/WebAuthn devices (like YubiKey, Plug-Up).

  • 💳 Smartcards (PIV/x509): Connect to a Microsoft CA using the ms-ca-service and enroll certificates directly to PIV-compatible devices with our enrollment client for Windows.

  • 📱 Software & Mobile: Use the privacyIDEA Authenticator for PUSH notifications, TOTP, and HOTP; for standard TOTP/HOTP, other apps like Google Authenticator are also compatible. TiQR is also supported.

  • 📜 Classic & Remote: SMS, Email, SSH Keys, Security Questionnaires, and simple Registration Codes for easy rollout.

Seamless Integration

Enhance the security of your existing infrastructure:


Join the Community

Have feedback, questions, or ideas? Join the discussion on our community forum: https://community.privacyidea.org

Setup

For setting up the system to run it, please read install instructions at privacyidea.readthedocs.io.

If you want to setup a development environment start like this:

git clone https://github.com/privacyidea/privacyidea.git
cd privacyidea
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

You may additionally want to set up your environment for testing, by adding the additional dependencies:

pip install -r tests/requirements.txt

You may also want to read the blog post about development and debugging at https://www.privacyidea.org/privacyidea-development-howto/

Running it

First You need to create a config-file.

Then create the database tables and the encryption key:

./pi-manage create_tables
./pi-manage create_enckey

If You want to keep the development database upgradable, You should stamp it to simplify updates:

./pi-manage db stamp head -d migrations/

Create the key for the audit log:

./pi-manage create_audit_keys

Create the first administrator:

./pi-manage admin add <username>

Run it:

./pi-manage run

Now you can connect to http://localhost:5000 with your browser and login as administrator.

Run tests

If you have followed the steps above to set up your environment for testing, running the test suite should be as easy as running pytest with the following options:

python -m pytest -v --cov=privacyidea --cov-report=html tests/

Contributing

There are a lot of different ways to contribute to privacyIDEA, even if you are not a developer.

If you found a security vulnerability please report it to security@privacyidea.org.

You can find detailed information about contributing here: https://github.com/privacyidea/privacyidea/blob/master/CONTRIBUTING.md

Code structure

The database models are defined in models.py and tested in tests/test_db_model.py.

Based on the database models there are the libraries lib/config.py which is responsible for basic configuration in the database table config. And the library lib/resolver.py which provides functions for the database table resolver. This is tested in tests/test_lib_resolver.py.

Based on the resolver there is the library lib/realm.py which provides functions for the database table realm. Several resolvers are combined into a realm.

Based on the realm there is the library lib/user.py which provides functions for users. There is no database table user, since users are dynamically read from the user sources like SQL, LDAP, SCIM or flat files.

Subscriptions and limitations of community edition

Using privacyIDEA Server and the privacyIDEA FreeRADIUS plugin there is technically no limitation of the community edition or the code in this repository. Admins will receive a welcome message about possible support, if more than 50 users are enrolled.

Plugins

The privacyIDEA project also provides several plugins for 3rd party applications like SSO Identity Providers or Windows Login.

Plugins can be limited in the number of users. I.e. the plugin will complain, if the total number of users in privacyIDEA with an active token exceeds a certain limit. There is a certain base number of users, with which the plugin will work. To enhance this number, you will need a subscription. In some cases an additional demo subscription can be found in the release list of the corresponding github plugin repository, you can get a subscription from the company NetKnights or if you have a very good understanding of this Open Source code, you could create a subscription on your own.

Plugin

Number of users

Name

contained

in demo subscription

Keycloak

10000

N/A

SimpleSAMLphp

10000

N/A

Shibboleth

10000

N/A

ADFS

50

50

privacyIDEA PAM

10000

N/A

Credential Provider

50

50

nextCloud

50

N/A

ownCloud

50

N/A

LDAP proxy

50

N/A

Versioning

privacyIDEA adheres to Semantic Versioning.

Release files for privacyIDEA 3.13.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for privacyIDEA 3.13.4
File Size Uploaded
privacyidea-3.13.4.tar.gz 19.8 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for privacyIDEA 3.13.4
File Interpreter ABI Platform
privacyidea-3.13.4-py3-none-any.whl Python 3 none any Details

Total release size: 39.1 MB

Release files / privacyidea-3.13.4.tar.gz

Download URL privacyidea-3.13.4.tar.gz
Size 19.8 MB
Tags Source
SHA-256 checksum
How to use checksums
1e00fa5acffe42f2bc71f88e460b098d252c9325fe80297d128c592ae0b145bd
BLAKE2b-256 checksum
How to use checksums
373917e650ca0d2cd370ed4118a735f341bc332e6c9e875797888f0cba2a8dc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12

Release files / privacyidea-3.13.4-py3-none-any.whl

Download URL privacyidea-3.13.4-py3-none-any.whl
Size 19.2 MB
Tags Python 3
SHA-256 checksum
How to use checksums
2b06ead6d922f86ab5d84511487ec141b6357ed7dab0a0ceee04735ee7b9c3bb
BLAKE2b-256 checksum
How to use checksums
eeaeb5d77df6f923b42dac44ab76b9c1bf2695a34405c675fe654ef38cea8677
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.12

Release history Release notifications | RSS feed

This release

3.13.4 This release

2 release files

3.13.3

2 release files

3.13.2

2 release files

3.13.1

2 release files

3.13

2 release files

3.12.3

2 release files

3.12.2

2 release files

3.12.1

2 release files

3.12

2 release files

3.11.4

1 release file

3.11.3

1 release file

3.11.2

1 release file

3.11.1

1 release file

3.11

1 release file

3.10.2

1 release file

3.10.1

1 release file

3.10

1 release file

3.9.3

1 release file

3.9.2

1 release file

3.9.1

1 release file

3.9

1 release file

3.8.1

1 release file

3.8

1 release file

3.7.4

1 release file

3.7.3

1 release file

3.7.2

1 release file

3.7.1

1 release file

3.7

1 release file

3.6.3

1 release file

3.6.2

1 release file

3.6.1

1 release file

3.6

1 release file

3.5.2

1 release file

3.5.1

1 release file

3.5

1 release file

3.4.1

1 release file

3.4

1 release file

3.3.3

1 release file

3.3.2

1 release file

3.3.1

1 release file

3.3

1 release file

3.2.2

1 release file

3.2.1

1 release file

3.2

1 release file

3.1.2

1 release file

3.1.1

1 release file

3.1

1 release file

3.0.2

1 release file

3.0.1

1 release file

3.0

1 release file

2.23.5

1 release file

2.23.4

1 release file

2.23.3

1 release file

2.23.2

1 release file

2.23.1

1 release file

2.23

1 release file

2.22.4

1 release file

2.22.2

1 release file

2.22.1

1 release file

2.22

1 release file

2.21.4

1 release file

2.21.3

1 release file

2.21.2

1 release file

2.21.1

1 release file

2.21

1 release file

2.20.1

1 release file

2.20

1 release file

2.19.1

1 release file

2.19

1 release file

2.18.1

1 release file

2.18

1 release file

2.17

1 release file

2.16.1

1 release file

2.16

1 release file

2.15

1 release file

2.14

1 release file

2.13

1 release file

2.12.1

1 release file

2.12

1 release file

2.11.3

1 release file

2.11.2

1 release file

2.11.1

1 release file

2.11

1 release file

2.10.2

1 release file

2.10.1

1 release file

2.10

1 release file

2.9

1 release file

2.8.1

1 release file

2.8

1 release file

2.7.1

1 release file

2.7

1 release file

2.6

1 release file

2.5

1 release file

2.4

1 release file

2.3.2

1 release file

2.3.1

1 release file

2.3

1 release file

2.2.1

1 release file

2.2

1 release file

2.1

1 release file

2.0.1

1 release file

2.0

1 release file

1.5.1

1 release file

1.5

1 release file

1.4.1

1 release file

1.4

1 release file

1.3.3

1 release file

1.3.2

1 release file

1.3.1

1 release file

1.3

1 release file

1.2.3

1 release file

1.2.2

1 release file

1.2.1

1 release file

1.2

1 release file

1.1

1 release file

1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page