This is my first SSO implementation, using okta documentation we were able to do logout, however if the user tryies to login again, our program don’t request okta credentials again, our program show immediatelly the first page of the system. My question is: If when the user logout, okta system replied with an “OK”, in the logout, why this behaviour? Is working logout? What can we expect when logout an user?
Thanks for you answer. I have been trying to follow your advise, however until now, I was unable to delete user session, please help me with these queations:
How can we get the userID, we can see this value when we validate token, but cannot get it.
In some documentation parts, We saw that we need to send a header “Autorization: SSWS api_token”, how can we get the api_token?
Thanks for your help, let me tell that we were able to do the logout and we was able to revoke the user sesión, now if the user tries to login to the system, the system request to capture user/passsword, the problem is that using valid credential okta replies: “Your login was unsuccessful. PLease try again” Do you know what is the reason for this behaviour? Why okta does not accept valid credentials? If the user close the browser everything works fine.