Forum Discussion
http://community.lithium.com/community-name/restapi/vc/authentication/sessions/logout
This thread could be helpful.
- ashinde8 years agoGuide
TariqHussain Thanks for help.
We have created endpoint and we are calling api "http://community.lithium.com/community-name/restapi/vc/authentication/sessions/logout" using rest.If we hits the endpoint in browser,then user is not getting logout. If we calling this endpoint from third party domain using ajax then also user is not getting logout.
- TariqHussain8 years agoBoss
ashinde - As this is a POST call, you can log out by hitting this URL on the browser. If you are calling this endpoint from third party domain, make sure you are making an AJAX POST request with all required params.
- ashinde8 years agoGuide
TariqHussain, Thanks.
We are calling below api from third party using ajax post request, still user is not getting logout.
http://community.lithium.com/community-name/restapi/vc/authentication/sessions/logout
can you please let us know anything is missing.
Related Content
- 4 years ago
- 5 years ago
- 12 years ago