Identity Cloud

Log out using REST

Authenticated users can log out with the token cookie value and an HTTP POST request to /json/sessions/?_action=logout:

$ curl \
--request POST \
--header "<session-cookie-name>: AQICS...NzEz*" \
--header "Accept-API-Version: resource=3.1, protocol=1.0" \
'https://<tenant-env-fqdn>/am/json/realms/root/realms/alpha/sessions/?_action=logout'
{
    "result":"Successfully logged out"
}
Copyright © 2010-2024 ForgeRock, all rights reserved.