I was able to receive an authorization_code and convert it to access token. However, when I pass it to http://localhost:8000/auth/convert-token/ I got an error
{
"error": "invalid_request",
"error_description": "Backend responded with HTTP403: {\"serviceErrorCode\":100,\"message\":\"Not enough permissions to access: GET /me\",\"status\":403}."
}
I passed as a parameter token, backend - linkedin-oauth2, grant_type: convert_token, client_id and client_secret
I was able to receive an authorization_code and convert it to access token. However, when I pass it to http://localhost:8000/auth/convert-token/ I got an error { "error": "invalid_request", "error_description": "Backend responded with HTTP403: {\"serviceErrorCode\":100,\"message\":\"Not enough permissions to access: GET /me\",\"status\":403}." }
I passed as a parameter token, backend - linkedin-oauth2, grant_type: convert_token, client_id and client_secret