Also it's possible to customize post logout URI now.
It's needed only if want to redirect to custom page after calling IDP logout: https://idp.server/idp/logout.jsp
In this case we need to open in LDAP browser entry: dn: ou=oxidp,ou=configuration,inum=%(inumAppliance)s,ou=appliances,o=gluu
And add:
,"openIdPostLogoutRedirectUri": "https://%(hostname)s/identity/authentication/finishlogout" before end of "}".
Also it's possible to replace "https://%(hostname)s/identity/authentication/finishlogout" with any required URL.