I have set up my Auth0 to support SAML2.0 for SSO
Now I want to implement the single log out on my application. I use the following code
this.webAuth.logout({
clientID: clientID,
returnTo: 'Login URL',
federated: true
})
this code run ok and redirected me to the login. But when I access the application which use SAML still not logged out.