mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-27 23:08:10 +02:00
14 lines
486 B
Markdown
14 lines
486 B
Markdown
|
---
|
||
|
id: linkedin
|
||
|
title: LinkedIn
|
||
|
---
|
||
|
|
||
|
For LinkedIn, the registration steps are:
|
||
|
|
||
|
1. Create a new project: https://www.linkedin.com/secure/developer
|
||
|
2. In the OAuth User Agreement section:
|
||
|
- In default scope, select r_basicprofile and r_emailaddress.
|
||
|
- In "OAuth 2.0 Redirect URLs", enter `https://internal.yourcompany.com/oauth2/callback`
|
||
|
3. Fill in the remaining required fields and Save.
|
||
|
4. Take note of the **Consumer Key / API Key** and **Consumer Secret / Secret Key**
|