Hi,
I have configured my application to use OpenID as an authentication protocol. I am trying to logout from my application but when I use the URL and pass my id_token_hint as my idToken for the session it says invalid_token and then returns 400 error.
Can someone help me with this?
Also, my understanding is that the idToken is a JWT which comes back as part of the /token request.