I have an auth0 application setup as an external IDP in another IDP provider. Now I want to achieve single-logout functionality so that user will be logged out from external IDP when I send signoff request to my primary IDP. Is there a standard way to achieve this in OIDC? Also, doing some research I have found out that auth0 provides /oidc/logout url but needs to get configured by support team. Is it true or is the logout url always enabled by default?
Hi @rajiv.neupane,
Welcome to the Auth0 Community!
Logout URL is enabled by default and you can achieve that by adding add a federated
query string parameter to the logout URL.
https://{yourDomain}/oidc/logout?federated
You can read more about federated logout here
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.