Open jstilwell opened 3 years ago
Hi
This "Error: 'moodle-userpass' not valid because we are not authenticated" is probably the most difficult thing to troubleshoot in the whole SimpleSAML story. Usually it means the SimpleSAMLphp's session cannot be saved, so here i'd first check 2 things: 1) if the session store in SimpleSAMLphp configuration is indeed SQL and it is configured correctly (DB credentials, tables' prefix) and 2) the SimpleSAMLphp's cookie name, if it does not collide with another set by some other instance of SimpleSAMLphp btw i just created a pull request, hopefully all those warnings about using namespaces will go
Hello, thank you for this plugin. I use it quite often, so I am pretty familiar with how to set it up and have it function correctly -- from both the IdP and SP side of the equation.
I built a new VM today on a new platform where the only real difference would be an upgrade from PHP 7.2 to PHP 7.4 and MariaDB 10.2 to MariaDB 10.5. However, no matter what I seem to try, I keep getting the error below:
Error: 'moodle-userpass' not valid because we are not authenticated.
I spent a few hours troubleshooting it but I can never get beyond this point. I captured debugging from the SimpleSAMLphp log and was hoping that you might be able to assist.