Skip to content
Lou Wolford edited this page May 22, 2013 · 8 revisions

The ADL LRS allows authentication by OAuth. To enable OAuth, make sure the OAUTH_ENABLED flag in settings is set to True. If you aren't yet a registered user, you must first register as one. After you do so, visit the OAuth client registration page. You will be asked to supply a client name, description, and the scopes allowed for the client. (For more on scopes, please view the XAPI spec here.) Once your client has been registered, you will be assigned a Consumer Key and Consumer Secret Key and the OAuth process can begin.

  1. With an OAuth library, create a consumer with the consumer key and secret key
  2. Request the temporary credentials at the /OAuth/initiate endpoint
Clone this wiki locally