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.
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)?
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?