Register the Open edX Instance with LinkedIn
To create the LinkedIn app, follow these steps.
- Go to the LinkedIn Developers page.
- Click Create Application, enter your information in the form, and then submit the form.
- On the page that opens with information about the app, note the Client ID and Client Secret.
- In the OAuth 2.0 section, for Authorized Redirect URL, enter
<Open edX instance domain>/auth/complete/linkedin-oauth2/
. For example, for devstack, enterhttp://localhost:8000/auth/complete/linkedin-oauth2/
. - Select Update to save your information.
Comments
Post a Comment