Federated logout with github connection

Hi there,

I am working on an app where users can login using their github credentials.I am using github connection to achieve that. but I am having issue with logging out user from github using federated query parameter in logout url.

Your documentation says its supported but it looks like it doesnt work at all.

I tried logout method with federated parameter from auth0-react` sdk. all it does, redirect user to logout url with all parameters needed.

and then I also tried using logout url directly in browser without client id etc. I got 200 OK

https://<tenant>.auth0.com/v2/logout?federated

but still same result and it did not log me out from github.

I will really appreciate if there is a solution for this.

Thanks much in advance.