hello all, I am querying `/userinfo` (<https://ww...
# talk-hydra
k
hello all, I am querying
/userinfo
(https://www.ory.sh/docs/hydra/reference/api#tag/oidc/operation/getOidcUserInfo) and get the response completely different from the published schema:
Copy code
{
  "amr": [
    "password",
    "password"
  ],
  "aud": [
    "d1bb500e-db51-441b-88d2-ddd14a4966a5"
  ],
  "auth_time": 1698239501,
  "iat": 1698242703,
  "iss": "<http://kamilk:4444>",
  "rat": 1698242700,
  "sub": "a55f1edc-3424-4f81-bf28-fe3b49e9124c"
}
How do I get the username / email data back?