OpenID Connect Back-Channel Logout

We are trying to implement single log out for SSO connections where auth0 is the service provider. In the application settings, I am able to set a back channel logout URI that is enabled for IdP-logout.

I want to be able to test this configuration to ensure it’s working properly but I’m not sure how. How can I trigger this callback to be hit from an external IdP?

Thanks in advance,

Nadia

Hi @nadia.zyborska,

Thanks for your question.

You can test this functionality for OIDC back-channel logout by going to it’s endpoint: https://{yourDomain}/oidc/logout?id_token_hint={yourIdToken}&post_logout_redirect_uri={yourCallbackUrl}

I recommend reviewing our https://auth0.com/docs/authenticate/login/logout/back-channel-logout/configure-back-channel-logout documentation.

Let me know if you have any follow-up questions.

Thanks,
Rueben