privacyidea / simplesamlphp-module-privacyidea
Add multi-factor authentication to simpleSAMLphp. The second factors are managed in privacyIDEA.
Installs: 1 997
Dependents: 0
Suggesters: 1
Security: 0
Stars: 22
Watchers: 15
Forks: 27
Open Issues: 2
Type:simplesamlphp-module
- dev-master
- v4.0.1
- v4.0.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.0
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0
- v1.9
- v1.8
- v1.7
- v1.6
- v1.5.1
- v1.5
- v1.4
- v1.3.1
- v1.3
- v1.2
- 1.0
- dev-205-feature-poll-in-browser
- dev-upgrade-to-mach-core-2.0
- dev-fix_sso_return_value
- dev-86-Feature_Forward_Headers
- dev-183-remove-the-old-preferredtokentype-function
- dev-182-remove-the-old-doenrolltoken-function
- dev-193-errors-with-default-authenticationflow-on-the-v300
- dev-177-upgrade-the-code-to-new-php-standard
- dev-166-update-authentication-flow
- dev-173-prepare-for-release
This package is auto-updated.
Last update: 2024-11-04 08:51:28 UTC
README
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
.