We are trying to redirect users to http://destionation.com/home when they logout from Keycloak Account Management page http://localhost:8080/auth/realms/MY_REALM/account/ (screenshot):
However, it always redirects to http://localhost:8080/auth/realms/KLARA/account/ after signing out. Is there any official way to change that redirect_uri
?
Thank you!