Skip to content

SSO Logout

SSO Logout (also known as global logout) means that when a user logs out of an application, the SSO ticket generated by the BambooCloud IDaaS platform is also destroyed, invalidating all application sessions that rely on this ticket.

EIAM's SSO logout capability reuses the global logout API in the standard OAuth2 authorization code flow: Global Logout API. The API path is:

GET https://{your_domain}/api/v1/logout

For detailed parameter descriptions and calling methods, please refer to the Global Logout API documentation.

BambooCloud IDaaS Open Platform