Download the PHP package privacyidea/simplesamlphp-module-privacyidea without Composer
On this page you can find all versions of the php package privacyidea/simplesamlphp-module-privacyidea. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download privacyidea/simplesamlphp-module-privacyidea
More information about privacyidea/simplesamlphp-module-privacyidea
Files in privacyidea/simplesamlphp-module-privacyidea
Package simplesamlphp-module-privacyidea
Short Description Add multi-factor authentication to simpleSAMLphp. The second factors are managed in privacyIDEA.
License AGPL-3.0-or-later
Informations about the package simplesamlphp-module-privacyidea
privacyIDEA simpleSAMLphp Module
This module adds flexible, enterprise grade multi-factor authentication to simplesSAMLphp.
It enables simpleSAMLphp to perform MFA against the privacyIDEA server, that runs in your network. Users can authenticate with normal OTP tokens, Challenge Response tokens like EMail, SMS and PUSH or using WebAuthn 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 the terminal:
composer require privacyidea/simplesamlphp-module-privacyidea
Configuration
Please check the documentation
Customization
To customize the module, you can edit ´public/assets/css/pi-main.css´.
Logging
The saml log can be read with journalctl -f
.
If you encounter any problems that are not logged as errors,
set the logging level of simpleSAMLphp to debug by
editing {samlDir}/config/config.php
.
Search for logging.level
and set it
to SimpleSAML\Logger::DEBUG
. Alternatively,
the apache error log can be checked for the errors.
It is located at /var/log/apache2/error.log
.
All versions of simplesamlphp-module-privacyidea with dependencies
privacyidea/privacyidea-php-client Version *
ext-json Version *
twig/twig Version *