I have a question, I keep getting this error when ...
# talk-kratos
a
I have a question, I keep getting this error when I authenticate via Kratos to my external application eventhough I have name field in the identity schema:
Copy code
{
  "errors": [
    {
      "detail": "The ID Token is missing one or more required claims. name",
      "status": "422",
      "title": "Expected claim(s) not returned by the IDP."
    }
  ],
  "links": {
    "self": "<https://useast.api.elasticpath.com/oidc-idp/callback/stores/cfbb7e8b-6475-4e57-95b0-09fcc3919065/authentication-realms/b1392f56-2c6d-4c94-a92c-3837e05f1524/oidc-profiles/42b14f00-a00f-4f94-b357-875947110241>"
  }
}