Logout on Oracle IdP

Hi, we’re integrating with Oracle IdP where we’re using auth0 as SP (SAML).

We’re trying to log the user out of IdP but having mixed results.
It’s working consistently on iOS but having mixed result on Android.

Which URL should be use to log the user out?
https://auth0.com/docs/api/authentication#auth0-logout
or
https://auth0.com/docs/api/authentication#oidc-logout

Currently we’re using
https://{yourDomain}/oidc/logout?post_logout_redirect_uri=xxxxx&federated&client_id=xx

Thanks in advance.
Rob

Hi Rob,
By appending ‘?federated’, you ensure that it triggers a proper logout process from your IdP.
Regarding the issues with Android … any errors you could show us?

No error message. Sometimes it’s logged out of IdP and sometimes it’s not.

I’ve also noticed that sometimes we see an auth0 log entry for signout and sometime it’s missing which is puzzling as we’re doing a redirection to the start screen using “post_logout_redirect_uri” (which works) so auth0 must be getting signout API call.

Also, please ignore the inconsistency between iOS and Android. It’s not working for both.