I have tried so many directions to clear the okta session but it didn't .could you please suggest me how we can do that. if I call SecurityContextHolder.clearContext() method is just clearing the spring security session but okta sid and Jsession is not. Could you please help me out on this.
Comment From: mbhave
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.
For logging out of the Okta session, you might want to look at Spring Security SAML's docs around global logout.