How to set up end_session_endpoint

how to set up end_session_endpoint.
I have configured allowed logout URLs but it is not redirecting.
It just redirecting to “/login?logout” by default.
When I check the ReactiveClientRegistrationRepository in my project, end_session_endpoint is set as null.

Hi @jayaraman.p,

You can use the /logout endpoint to terminate the user’s Auth0 session. Here is the doc on it:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.