Hello everyone,
I have created a new App in Okta. The users can login on my website with Okta App. The issue is when a user is logout from my website then I want to redirect the user to login page of Okta and for this, I have to logout the app session from Okta.
In the documentation, it is mentioned to hit the logout url like below:
https://{issuerUrl}/oauth2/default/v1/logout. If I hit this url it always return me below error:
“errorCode”:“invalid_client”,“errorSummary”:“A client_id must be provided in the request.”
I have passed client_id in the request but I am still facing the same issue.
Can anyone help me ? because I have spend 2 hours on this and did not get any solution ?