Hi, Guy.
According to dev team, it has a bit different purpose from `/end_session`. It accepts `ID_TOKEN_HINT` и `POST_LOGOUT_REDIRECT_URI`, and tries to call `executeExternalLogout()` and `getLogoutExternalUrl()` methods of custom auth script, which purpose is to handle logout from some 3rd party services. Then after user is returned back to Gluu again from that service, it redirects him to `/end_session` and flow continues normally.
You may opt to check sources if you are interested to learn more about it:
[https://github.com/GluuFederation/oxAuth/search?utf8=%E2%9C%93&q=getLogoutExternalUrl&type=](https://github.com/GluuFederation/oxAuth/search?utf8=%E2%9C%93&q=getLogoutExternalUrl&type=)
[https://github.com/GluuFederation/oxAuth/search?utf8=%E2%9C%93&q=executeExternalLogout&type=](https://github.com/GluuFederation/oxAuth/search?utf8=%E2%9C%93&q=executeExternalLogout&type=)