Skip to content

Logout

Overview

When a user logs out, the system performs the following operations simultaneously:

  1. Terminate application system session - Destroy the user session of the current application system
  2. Destroy SSO ticket - Destroy the single sign-on (SSO) ticket generated by the IDaaS platform
  3. Redirect to application callback address - After logout is complete, the browser will be redirected to the callback address specified by the application

Usage Scenarios

  • Users actively log out in mobile apps (Android/iOS)
  • Users click the logout button in Web applications
  • Users need to log out of all associated logged-in applications simultaneously (SSO logout)

Interface Description

For interface details, please refer to:

Single Sign-On Logout (OAuth 2.0)

BambooCloud IDaaS Open Platform