Class OidcClientInitiatedServerLogoutSuccessHandler

    • Method Detail

      • setPostLogoutRedirectUri

        public void setPostLogoutRedirectUri​(java.net.URI postLogoutRedirectUri)
        Set the post logout redirect uri to use
        Parameters:
        postLogoutRedirectUri - - A valid URL to which the OP should redirect after logging out the user
      • setLogoutSuccessUrl

        public void setLogoutSuccessUrl​(java.net.URI logoutSuccessUrl)
        The URL to redirect to after successfully logging out when not originally an OIDC login
        Parameters:
        logoutSuccessUrl - the url to redirect to. Default is "/login?logout".