cesnet/simplesamlphp-module-privacyidea
Add two factor authentication like OTP to simpleSAMLphp. The second factor is managed in privacyIDEA.
Maintainers
Package info
gitlab.ics.muni.cz/perun/perun-proxyidp/simplesamlphp-module-privacyidea.git
Type:simplesamlphp-module
pkg:composer/cesnet/simplesamlphp-module-privacyidea
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- cesnet/privacyidea-php-client: ^1.2.0
- simplesamlphp/composer-module-installer: ~1.0
- simplesamlphp/simplesamlphp: ^1.17
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
AGPL-3.0-or-later d11e6324715fd212141991dffdd10a789447dd50
- Perun proxy AAI team <proxyidp.woop@cesnet.cz>
This package is auto-updated.
Last update: 2026-05-25 12:27:10 UTC
README
This plugin adds flexible, enterprise-grade two factor authentication to simplesSAMLphp.
It enables simpleSAMLphp to do two factor authentication against a privacyIDEA server, that runs in your network. Users can authenticate with normal OTP tokens, Challenge Response tokens like e-mail and SMS or using WebAuthn and U2F devices. TiQR is currently not supported.
Installation
It is recommended to install this package using composer. In your saml root dir, execute the following command in a terminal:
composer require cesnet/simplesamlphp-module-privacyidea
Configuration
Please check the documentation
Disclaimer
This is a fork of privacyidea/simplesamlphp-module-privacyidea by @privacyidea, maintained and contributed to by CESNET, z. s. p. o. and Institute of Computer Science, Masaryk University.
