@dan ,same think is happening with apple idp as well, this is what i am getting for apple idp.
{
"fieldErrors": {
"data.code": [
{
"code": "[missing]data.code",
"message": "Required"
}
],
"data.id_token": [
{
"code": "[missing]data.id_token",
"message": "Required"
}
],
"data.redirect_uri": [
{
"code": "[missing]data.redirect_uri",
"message": "Required"
}
]
}
}
It looks like its asking for required fields which are required for following api
https://fusionauth.io/docs/v1/tech/apis/identity-providers/apple/#complete-the-apple-login, and i think same thing is happening for linkedin as well, but this one and reconcile api are two different api's.