We are using Cookie Authentication Single-Sign-On Client to sign the users in. We are going to allow the user to see and submit new replies on a 2rd party site within the same domain (so the cookie still works). I am wondering how it can get the authentication out of the cookie, or use the cookie to make API calls?
I seems I can provide a Rest-User-Token in the header, use OAuth or do all the work in a widget where the telligent jQuery will handle the authentication.
Is there a way I can use the cookie authentication security make an API call?