catalyst / moodle-auth_userkey

Log in to Moodle using one time user key based login URL. Auth plugin for organising simple SSO (single sign on) between moodle and your external web application.
https://moodle.org/plugins/auth_userkey
81 stars 53 forks source link

Access control exception #71

Open mubeshersajid1 opened 2 years ago

mubeshersajid1 commented 2 years ago

stdClass Object ( [exception] => webservice_access_exception [errorcode] => accessexception [message] => Access control exception )

getting this error follow all instructions but did not get login url kindly help me my moodle version is 3.11

dmitriim commented 2 years ago

This plugin doesn't officially support 3.11 yet. However, this error doesn't look specific to this plugin. Please make sure that all your Moodle WS bits are set up correctly.

arcjawsh commented 1 year ago

Hoping I can help - after running into this issue and debugging with xdebug I found that I had done everything BUT enable the plugin in the manage authentication section.

dmitriim commented 1 year ago

Good point @arcjawsh thanks! We may need to add this to a readme section of the plugin. Pull request is welcome.