Hi Everyone, I’m trying to setup linkedin Social Sign In an I was getting:
Unable to complete OpenID Connect flow because the OpenID Provider returned error “unauthorized_scope_error”: Scope "r_liteprofile" is not authorized for your application
so I changed the scopes to openid, profile, email as stated here
https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2?context=linkedin%2Fconsumer%2Fcontext
and then I’m asked to login to linkedig but when I’m redirected to Ory callback I get:
{
"id": "da6aeab4-10ae-41a4-af21-3e1e4690f694",
"error": {
"code": 500,
"message": "An internal server error occurred, please contact the system administrator",
"reason": "An internal server error occurred, please contact the system administrator",
"status": "Internal Server Error"
},
"created_at": "2023-09-04T17:20:01.860942Z",
"updated_at": "2023-09-04T17:20:01.860942Z"
}
Thanks for any help