<div dir="ltr">Logging out seems unnecessarily complicated.  I need to have a management url located in my application?  <div><br></div><div>I use KeycloakUriBuilder to build the logout url and end up in the logoutApplication method of ResourceAdminManager.  That is where I am at a loss.  The application is expecting I have something in my app with a path that contains &quot;k_logout&quot;.  What should happen at that location?  What code goes in the REST service at that location on my end?  </div>
<div><br></div><div>Also, if I do not fill out the &quot;Admin&quot; url inside keycloak, the managementUrl parameter comes back as an empty string instead of null.  That causes an error because the if statement in the logoutApplication method only checks for null.</div>
<div><br></div><div><br></div><div>Thanks,</div><div><br></div><div>Dean</div></div>