Skip to content

Commit

Permalink
docs(provider): Explain how to get access to LinkedIn authentication (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zmarty committed Apr 12, 2021
1 parent 1c662e9 commit fd12194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/docs/providers/linkedin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-co

https://www.linkedin.com/developers/apps/

From the Auth tab get the client ID and client secret. On the same tab, add redirect URLs such as http://localhost:3000/api/auth/callback/linkedin so LinkedIn can correctly redirect back to your application. Finally, head over to the Products tab and enable the "Sign In with LinkedIn" product. The LinkedIn team will review and approve your request before you can test it out.

![image](https://user-images.githubusercontent.com/330396/114429603-68195600-9b72-11eb-8311-62e58383c42b.png)

## Example

```js
Expand Down

1 comment on commit fd12194

@vercel
Copy link

@vercel vercel bot commented on fd12194 Apr 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.