I’m repeating this question, which was closed without an answer. I have the same issue, which is preventing me from clearing the SSO auth0 cookie.
I have an OIDC client which inspects the .well-known open id configuration endpoint:
https://galileoplatforms.auth0.com/.well-known/openid-configuration
But I find that the data doesn’t contain any logout endpoint, which would enable the OIDC client to clear the SSO auth0 cookie when my application logout is called.
Is there any way to add that endpoint? Is there a setting somewhere to include it?
Thanks