How to get OAuth Client ID
Create an OAuth application in your Open edX admin panel for the Universal Open edX App
1 Open Django Admin
Go to YOUR_LMS_URL/admin and log in with your Open edX admin account.
In the Login field, use the email prefix (e.g. for admin@example.com enter admin).
2 Find Django OAuth Toolkit
Scroll down and find "DJANGO OAUTH TOOLKIT" section, or use the search bar.
Click "Applications", then click "ADD APPLICATION" button.
3 Configure the application
- Don't change the Client id field (it's auto-generated)
- Leave the User field empty
- Leave the Redirect uris field empty
- Client type: select "Public"
- Authorization grant type: select "Resource owner password based"
- Don't change the Client secret field
- Name: enter "Universal Open edX App"
- Click "SAVE"
4 Copy the Client ID
After saving, copy the Client id value and paste it into the form above.
That's it! Your LMS is now ready to connect with the Universal Open edX App.