In our software, we have users that connect via multiple types of connections which include samlp and auth0 database connections. We have added the federated
flag to logout
and that works for our SSO users, but for database connections they are redirected to a white page with OK
printed on it. How can we redirect our database connections back to the login page while NOT redirecting our samlp users?
To reiterate, we would like to have users of the database connection be logged out and redirected to the login page while users of the SSO connection will be logged out and redirected to their IdP’s sign out URL.
thanks