I am trying to implement SAML2 authentication in my java web app. When trying to login and logout from SP things are working as expected. In a particular use case, when session on okta is terminated and after that logout request is sent to okta from sp, okta is not redirecting to sp slo url instead it is opening okta login page. Is there any configuration to redirect to slo url from okta in such a case also? Or is this behaviour correct?
As per my understanding this is as per OKTA's inherent logic. But still, wanted to understand if there is any configuration or tag in request to handle this.