The createLogoutSession JSONRPC method should be called upon site logout, and upon receiving a response of
http://demodev1/apiserver/auth/http/logout?as=<UUID>&asn=<UUID>
Upon forwarding the user's browser to this method the Authentication Worker will log the user out of the third party auth provider. Upon success the user will be redirected to the URL specified in the
Parameters (Multipart POST Fields)
Name | Type | Description |
---|---|---|
as | Query Param (UUID), required | The authSessionId (as), as returned by createLogoutSession |
asn | Query Param (UUID), required | The authSessionNonce (asn), as returned by createLogoutSession |
Last modified on June 27, 2023