I am developing a MOOC (massive open online course) on the Coursera platform (https://www.coursera.org). In order for my students to get to my server, where some exercises are stored, I need them to log in with their Coursera credentials. OAuth 2.0 is one of the official ways to achieve that, but I am too short on understanding how OAuth 2.0 works to be able to extend myself the JSON file.
Here are the informations that Coursera provides for the OAuth interface
tech.coursera.org/app-platform/oaut
...
Thanks in advance for your help.
Olivier