Oauth2 authentication plugin for Moodle (for Moodle 3.2 and earlier)
Maintained by
Sergio Rabellino
Sign-in with an Oauth2 provider. The first time you sign-in, a new account is created.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
What is the solution to this problem?
error_log(print_r($event, true));
error_log(print_r($event->userid, true));
This should be documented in the readme file.
Thank you
Scott
pero no consigo <?php
require('../config.php');
global $USER, $SESSION;
$SESSION->sesskey = $USER->sesskey;
?><?php echo sha1($USER->sesskey);?>
Error code: Invalid state parameter
The plugin generally works just fine on iPads as well as on the Mac's we have here at school. Sometimes the error pops up at the initial login to the site, sometimes it pops up when trying to get access to their google drive to upload a file to moodle. I have seen it on several students' ipads, but it appears totally at random. We have 1200+ iPads on campus and have personally only seen it only a few times but I have heard from teachers about it happening a few other times.
Can you shed a little light onto this for me?
I am using Moodle 2.9.2+ and the newest version of the plugin Release 2.2 (Build: 2015110600)
I installed your plugin and it works like a charm. However, I wonder why my login buttons; Google and facebook... don't look like your demo. I missed something? How can I get like yours? Many thanks in advance.