You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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...