Logout from all clients

We have two systems: 1) Web application and 2) Web Forums using NodeBB.
We are using two different clients for both the applications.
The Web application is using the Auth0 Lock to login and NodeBB using OIDC.

What I want is, when I logout from Web application the NodeBB Forum should also logged out.

Note: The Lock logout is called with Federated just so the Auth0 logout from all the clients.