Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions lib/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,19 @@ export const providers = {
name: "LinkedIn",
setupUrl: "https://linkedin.com/developers/apps",
instructions: `\
0. Prerequisites: You are required to have a LinkedIn page that will be
associated with your authentication app.
1. Click on *Create app*
2. Set *App name* (can be anything)
3. Create a *LinkedIn page*
3. Create a *LinkedIn page* (Skip this step if you already have one)
4. Set *LinkedIn Page URL* (LinkedIn page you created)
5. Set *App logo* (can be anything)
6. Navigate to *Auth* in the top menu
7. Set *Authorized redirect URLs for your app* (paste the callback URI on your clipboard)
8. Copy and paste the *Client ID*
9. Copy and paste the *Primary Client Secret*
7. Scroll down to *OAuth 2.0 settings*
8. Under *Authorized redirect URLs for your app* paste the callback URI (on your clipboard)
9. Scroll back up
10. Copy and paste the *Client ID*
11. Copy and paste the *Primary Client Secret*
`,
},
mailchimp: { name: "Mailchimp", setupUrl: undefined },
Expand Down