kind-receptionist-82950
10/25/2023, 2:14 PM/userinfo
(https://www.ory.sh/docs/hydra/reference/api#tag/oidc/operation/getOidcUserInfo) and get the response completely different from the published schema:
{
"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?