o365-moodle
o365-moodle copied to clipboard
Office 365 and Azure Active Directory plugins for Moodle
Currently the sync matches moodle username with azure user name and in our environment moodle username matches Sam-Account-Name and azure username is UPN, these 2 values do not currently match...
Although still in preview, one thing i have noticed with testing SDS is that it would be useful to make use of the "Term start date" and "Term end date"...
Hi, this is just an improvement suggestion for the SDS sync which I know is still in preview mode. Moodle Cohorts can often provide a more flexible class arrangement than...
Currently Office groups are automatically created for user groups within a Moodle course, if that course has course groups enabled. Some users have a large amount of Moodle user groups...
When using Moodle manual login I am able to get a Moodle web service token for a specific user. ```sh MOODLE_USERNAME= MOODLE_PASSWORD= $MOODLE_WEBSERVICE=moodle_mobile_app curl "http://moodle.example.com/login/token.php?username=$MDL_USERNAME&password=$MOODLE_PASSWORD&service=$MOODLE_WEBSERVICE" | jq ``` We are...
Using both the guidance and tools from O365 and Moodle we have tried to implement Moodle in Teams. The tools have been run, successfully. The Moodle app has been accepted...
Hi Is it possible change plugin autorization method to basic auth. Example: POST /oidc/token HTTP/1.1 Host: xxx.ee Content-Type: application/x-www-form-urlencoded Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW grant_type=authorization_code& code=SplxlOBeZQQYbYS6WxSbIA& redirect_uri=https%3A%2F%2eteenus.xxx.ee%2Fback Thank You
It looks to me like no assignments are being found so something in $assignments = $DB->get_records_sql("SELECT * FROM {assign} a WHERE a.course $coursessql". " AND a.duedate > UNIX_TIMESTAMP() ORDER BY...
Any idea what could be the cause of this? Seems to error out towards the end of a manual sds sync with the following error: `Scheduled task failed: Sync with...
Greetings! We are having this issue right now. Graph API is connected, everything else seems to be working. Please note that this issue just **stopped our workflow**, we are unable...