I have Confluence 4.3.7 and Crowd 2.5.3 on separate servers. I have configured a Confluence application on Crowd, and configured Confluence to use it. I can successfully log onto Confluence with a username and password stored in Crowd.
So everything is fine until I try to implement the SSO portion described in https://confluence.atlassian.com/display/CROWD/Integrating+Crowd+with+Atlassian+Confluence.
At that point, attempts to log in with the same username and password that used to work then fails. The log shows this:
2013-02-19 13:46:10,714 WARN [http-8090-8] [atlassian.seraph.auth.DefaultAuthent
icator] login login : 'philip.colmer@linaro.org' tried to login but they do not
have USE permission or weren't found. Deleting remember me cookie.
Two observations:
1. When I log in and Confluence is configured for SSO, it does not redirect to Crowd. The authentication window is still from Confluence.
2. The documentation linked to above refers to http://localhost:8095/, mentioning only to change the port. However, because I have them on different servers, I changed the URL to be the FQDN for the Crowd server, as well as making it HTTPS.
Any suggestions as to what I should be changing or looking for in logs to try and resolve this?
Many thanks.
Philip