brainy-wolf-50441
07/22/2022, 1:27 PMsession.IDTokenClaims().Extra["sid"]
but I'm not sure whether it's ok to pass it like that 😄calm-needle-46078
07/25/2022, 8:24 AMbrainy-wolf-50441
07/25/2022, 8:26 AMsession.IDTokenClaims()
and access token claims
then it would be possible to overwrite claims by merging (currently seems like those are completely replaced)fast-lunch-54279
able-glass-7253
07/25/2022, 9:00 AMcalm-needle-46078
07/25/2022, 9:01 AMbrainy-wolf-50441
07/25/2022, 9:07 AMsid
claim from id_token
is removed and logout stops working (Logout failed because query parameter id_token_hint is missing sid claim
error)
see https://github.com/ory/hydra/issues/3082#issuecomment-1190515519 (and below)able-glass-7253
07/25/2022, 9:30 AM