cesnet / simplesamlphp-module-privacyidea
Add two factor authentication like OTP to simpleSAMLphp. The second factor is managed in 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
Replaces
This package is auto-updated.
Last update: 2024-10-25 09:08:21 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.