I turned on security authentication in my orbeon app and now I log in remotely to the app via rest api (I send post request on url https://localhost:8444/orbeon/j_security_check). Now I want to logout from my app but I don't know where to send the request. I would check what happen (what http request is issued) after I click logout button but there is no logout button in orbeon. All I found in documentation is this:
<p:processor name="oxf:session-invalidator"/>
but I have no idea how to use it. Please help