By default, a UI session is invalidated when a user clicks on the Log out link. In certain situations your external applications might require a distinct logout URL to which users can be routed, to terminate their UI session.
The logout URL is #logout, appended to the UI URL,
for example, http://localhost:8080/openidmui/index.html#logout/.
The logout URL effectively performs the same action as clicking on the Log out link of the UI.

