Using postman, I am able to get an access token from a platforms Access Token URL, but when I try and then get a list of memberships from the platform, I get this:
{This only happens with a single users (schools) platform, running Moodle 3.9. Our other users, as well as our 3.9.1 sandbox on MoodleCloud work fine. Is there a setting or option that could be turned off that might cause this issue? We have tried everything I can think of to no avail.
"status": 401,
"reason": "Unauthorized",
"request": {
"method": "GET",
"url": "/moodle/mod/lti/services.php/CourseSection/1082/bindings/4/memberships",
"accept": "application/vnd.ims.lti-nrps.v2.membershipcontainer+json"
}
}
--Tom O'Connor
Lead Developer - Hawkes Learning