forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
3.7 KiB
3.7 KiB
Logging Out of the CAS
Function
This API is used to destruct the CAS single sign-on (SSO) session of a client. This API can be used only by security clusters that support Kerberos authentication.
URI
POST /cas/logout
Request
- Example:
POST /cas/logout HTTP/1.1 Host: example.com Content-Type: application/json Accept:application/json
Response
Status Code
Status Code |
Description |
---|---|
200 |
The logout is successful. |
For details about error status codes, see Status Codes.
Parent topic: MRS Manager CAS APIs