I am a bit confused implementing SSO with RESTful API. So far, I have used RESTful API to authenticate and get a token-id
.
How should SSO can be implemented? To get a token validated, it must be saved somewhere as a cookie or something. Is there any way to do this?