Hi,
I’m trying to create a logout for my rails app.
As I understand correctly one and only thing that needs to be done is a get request to /logout?id_token_hint=<id_token_hint>
another, this time optional, attribute would be post_logout_redirect_uri.
But just /logout?id_token_hint=<id_token_hint>
should do the trick? Right?
well, I’m getting an error:
{"errorCode":"invalid_client","errorSummary":"Invalid value for 'client_id' parameter.","errorLink":"invalid_client","errorId":"oaewWqGO6lqRa6BqmRMYoRAPg","errorCauses":[]}
for both options (with and without post_logout_redirect_uri). What am I doing wrong?
On okta side I got Logout redirect uris set up to http://localhost:3000