
LinkedIn OAuth is not working

Can you show the code you used to implement LinkedIn OAuth?

According to me, its not a code error really

"linkedin",
"http://localhost:3000/success",
"http://localhost:3000/failure"
);```

I went here https://www.linkedin.com/developers/apps/ and simply created a new app

Have you looked at this article? https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?tabs=HTTPS1

this is exactly what I did

Is there any additional config I need to do?

I added the callback URL given by appwrite

And copy pasted the app ID and secret

What's the URL of that 400 page?

Uh did you pass an invalid scope?

um

Weird..I tested oauth LinkedIn recently and it worked..

Maybe some missing config in LinkedIn? But I don't remember doing anything special...


Oh it worked. Great!

[SOLVED] LinkedIn error

So, does appwrite use 3-legged or 2-legged?

I think it's 3 legged
Recommended threads
- Unknown origin using Capacitor
I’m using capacitor to create native apps from angular source code. It was working a month ago, but now when I try to access appwrite through the app I get “Inv...
- starter-for-nextjs abandoned
I checked out the start-for-nextjs repo in appwrite and it seems like no one is updating it timely as the next version in it is 14.2.x and currently the latest ...
- Failed sending to target forbidden error
// Send test email using the specific target ID await messaging.createEmail( 'unique()', // messageId 'Test Email, // subject ...
