Hi,
I have integrated my web application to crowd SSO by referring to
I am able to authenticate successfully. But I am unable to get user session if user is logged into another crowd application. I am using localhost and have added other applications to same directory.
I could see three cookies (JSESSIONID, crowd.token_key and atlassian.xsrf.token) in the browser for my application and for the other applications.
Which REST API I should call to get the user session and allow auto-login if the user has already logged into one of the crowd application.
Appreciate your help...