
ratnesha.75894 (Customer) asked a question.
Logout returns invalid_client error.
I'm referring this documentation and constructing a logout URL with id_token that was stored in database.
https://okta-developer.pixtulate.com/docs/reference/api/oidc/*logout

Ratnesh,
it looks like your JWT ID token is invalid and it is missing valid signature. You can use e.g. https://jwt.io/ to examine/decode your tokens.
-Jani
Hey Jani,
Thank you so much for pointing out this. This token was stored in database and trimmed due to short column size. Silly me! This solved the problem.