Actually I can't 🫤 But it's something like this:
https://hostname.net/clienthydra/latest/oauth2/sessions/logout?id_token_hint=ey[...]J9.eyJ[...]fQ.Lm[...]bw . But I'm not urlencoding the token or surrounding it by quotes. I actually can decode it and see the headers and payload info. And it all seems ok. A header example:
{
"typ": "JWT",
"alg": "RS256",
"kid": "-KI3T9nNR7bRpfxmeZoXsbHZGew"
}
And the payload brings the info related to the user.
Actually, before I was having this error: error_hint=crypto/rsa: verification error. So I updated hydra from v1.9.0 to v.1.11.10, and the response error changed to "error_hint=square/go-jose: error in cryptographic primitive". Can this problem be related to the version?
Don't know if it helps. 🫤 But thanks again!