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.
Good day,
We decided to implment Atlasian crowd in our intrastructure after some testing. So we created a new server and added it to our main database server postgresql as backend.
I exported the configuration "with out domain" and imported it back into crowd production, the inport goes well and all the users are able to login. When that worked we implemented the SSO again and that is where we are stuck...
We did evyerhing as in our test instance, but the SSO domain as .domain.tld and enabled the SSO cookie option.
After saving it seems to work,, but when I login as administrator to the CROWD console I see the logs spamming with the following error:
ERROR [crowd.integration.springsecurity.AbstractCrowdSSOAuthenticationProcessingFilter] Unable to set Crowd SSO tok$
java.lang.IllegalArgumentException: An invalid domain [.domain.tdl] was specified for this cookie
We use the following setup
Backend: Postgresql 9.4 on a UBUNTU 16 LTS
Crowd server: Ubuntu 18.01 LTS and OpenJDK-8-JRE-HEADLESS
Haproxy latest as our main proxy for SSL offloading
Can somebody point me in the right direction?
Hi @schuurdeur
You just need to remove the leading "." character from the SSO domain value in the General Options of your Crowd server. For instance domain.tld instead of .domain.tld
That worked, thank you!
But then the Documentation is "wrong".
Example 1: If you wish to have single sign-on (SSO) support for *.mydomain.com, you will need to configure the SSO domain in Crowd as .mydomain.com
— including the full stop ('.') at the beginning. All your Crowd-connected applications must be in the same domain. For example:
https://confluence.atlassian.com/crowd/overview-of-sso-179445277.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome! Yes, you're right, the documentation definitely needs to be updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.