Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
dileepainivossl committed Jul 11, 2024
1 parent 2ff31bd commit 66cc02b
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,26 @@ process.env.GOOGLE_CLIENT_SECRET = 'your-client-secret';
process.env.GOOGLE_REDIRECT_URL = 'your-redirect-uri';


We appreciate your interest in ScholarX. Happy contributing! If you have any questions or need assistance, please don't hesitate to reach out to us.
We appreciate your interest in ScholarX. Happy contributing! If you have any questions or need assistance, please don't hesitate to reach out to us.

## Setting up LinkedIn Authentication

1. Create LinkedIn page with the mandatory information.

2. Navigate to https://developer.linkedin.com/

3. Select "Create App":
- Add App name.
- Search for the LinkedIn page that was previously created.
- Upload an image as a Logo.
- Create the App.

4. In Products section select `Share on LinkedIn` and `Sign In with LinkedIn using OpenID Connect` request access.

5. In Auth section edit the `Authorized redirect URLs for your app` and add the redirect url. `http://localhost:3000/api/auth/linkedin/callback`

6. Copy Client Id and Client Secret from the Auth Section.

6. In setting section verify the LinkedIn Page and generate URL.

7. Verify it from your account.

0 comments on commit 66cc02b

Please sign in to comment.