Reopening, as the fix seems to have only addressed the `sid` claim, and not the `session_id` query parameter.
The value of the `session_id` query parameter is still being set the same as the session token (`session_id` cookie). It needs to match the value of `sid`.
E.g. [here](https://github.com/GluuFederation/oxAuth/blob/5f10aafa1fd829fee41f08d0ea1541facdbbad60/Server/src/main/java/org/gluu/oxauth/service/AuthenticationService.java#L730), [here](https://github.com/GluuFederation/oxAuth/blob/5f10aafa1fd829fee41f08d0ea1541facdbbad60/Server/src/main/java/org/gluu/oxauth/session/ws/rs/EndSessionRestWebServiceImpl.java#L253-L263), ...