C
C#2mo ago
Ketchupkrig

Claims returning null for LinkedIn OAuth, why?

So, I'm trying to implement LinkedIn authentication and authorization for my project, but the claims are returning null, and I can't figure out why! Does anyone have any insight into what I might be missing or doing wrong? I'm using Microsoft Identity to manage user-related operations, such as creating and finding users. https://paste.mod.gg/qomyjplpxnnt/0
BlazeBin - qomyjplpxnnt
A tool for sharing your source code with the world!
1 Reply
Ketchupkrig
Ketchupkrig2mo ago
Sidenote: I've also tried with OpenID instead of OAuth2.0 for this, then I however get the error: OpenIdConnectProtocolException: Message contains error: 'invalid_client', error_description: 'Client authentication failed', error_uri: 'error_uri is null'. So I kind of gave up on that one haha. https://paste.mod.gg/lagkvsndvkpi/0
BlazeBin - lagkvsndvkpi
A tool for sharing your source code with the world!