File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,21 @@ export const providers = {
110110 kakao : { name : "Kakao" , setupUrl : undefined } ,
111111 keycloak : { name : "Keycloak" , setupUrl : undefined } ,
112112 line : { name : "Line" , setupUrl : undefined } ,
113- linkedin : { name : "LinkedIn" , setupUrl : undefined } ,
113+ linkedin : {
114+ name : "LinkedIn" ,
115+ setupUrl : "https://linkedin.com/developers/apps" ,
116+ instructions : `\
117+ 1. Click on *Create app*
118+ 2. Set *App name* (can be anything)
119+ 3. Create a *LinkedIn page*
120+ 4. Set *LinkedIn Page URL* (LinkedIn page you created)
121+ 5. Set *App logo* (can be anything)
122+ 6. Navigate to *Auth* in the top menu
123+ 7. Set *Authorized redirect URLs for your app* (paste the callback URI on your clipboard)
124+ 8. Copy and paste the *Client ID*
125+ 9. Copy and paste the *Primary Client Secret*
126+ ` ,
127+ } ,
114128 mailchimp : { name : "Mailchimp" , setupUrl : undefined } ,
115129 mailru : { name : "Mail.ru" , setupUrl : undefined } ,
116130 mastodon : { name : "Mastodon" , setupUrl : undefined } ,
You can’t perform that action at this time.
0 commit comments