SimpleTOTP icon indicating copy to clipboard operation
SimpleTOTP copied to clipboard

A highly configurable yet simple to use TOTP based two-factor authentication processing module for SimpleSAMLphp.

Results 8 SimpleTOTP issues
Sort by recently updated
recently updated
newest added

After login no totp request and ga_secret is not removed

for upcoming 1.70 release a twig template is needed

Hey, Can you please provide an install guide with the steps? I tried it my self but i get a : SimpleSAML\Error\CriticalConfigurationError: The configuration is invalid: The configuration (config/config.php) is...

Using SimpleSAML from apt-get install under Ubuntu 16.04. Followed install instructions. Get the following error upon trying an auth: SimpleSAML_Error_Error: UNHANDLEDEXCEPTION Backtrace: 0 /usr/share/simplesamlphp/www/module.php:170 (N/A) Caused by: Exception: Could not...

After each deployment, when the user enters TOTP, it becomes invalid, requiring them to set up TOTP again as the previous configuration no longer works.

The user is able to bypass the TOTP page just by refreshing the page. **Issue**: The variable 'lastverified' is intended to track the time when the user last successfully verified...

In public/authenticate.php line 22: `throw new SimpleSAML_Error_BadRequest(` should be changed to `throw new SimpleSAML\Error\BadRequest(`.