Hi, 
when an authenticated user try to logout (using the sign out from auth/realms/{realName}/account/)
I get this error : Invalid redirect uri 
here is the uri of the page that shows the pb:
http://10.129.3.27/auth/realms/{realName}/protocol/openid-connect/logout?redirect_uri=http%3A%2F%2F10.129.3.27%2Fauth%2Frealms%2F{realName}%2Faccount%2F
(the {realName} is the same )
how can I change the log out redirect uri 
cordially