Issue in logout ...after sso logout when press on back button it is redirecting to previous page and session is not getting cleared

Hi ,

I have used spring boot and angular to build Sso application and okta as IDP provider.

On successfully logout of appliction when pressed on back button it is redirecting to the previous page and session is not getting cleared.
Could you please help me in this.

what is the request sent to Okta to logout?

Using logout filter saml/logout for logout

Logout is failing with the error : Received LogoutResponse has invalid status code: %s; message: %sye and status code :302

I’m more interested to see what is the actual HTTP request sent to Okta by your application. I’m assuming, you do SAML SSO. Have you configured it in Okta application (just making sure)?

Hi ,

I am using : for single sign on : saml/SSO
And for single logout : /saml/SingleLogout
And yes it is configured in Okta application.

as you haven’t showed the request/response to Okta, I assume it works OK then. In this case you need to figure why your Angular/SpringBoot application doesn’t detect/execute logout. Maybe a cookie has to be deleted as a result of a successful logout?