i'm using a Apache Proxy to access my atlassian tools
f.e.
https://mydomain/stash
https://mydomain/confluence
https://mydomain/jira
https://mydomain/crowd
so in every server.xml config i configured proxyName proxyPort ans scheme=https
Single Sign own worked perfectly between jira and confluence, but not with Stash
in my stash-config.properties i setup the required stuff:
plugin.auth-crowd.sso.enabled=true
plugin.auth-crowd.sso.http.proxy.host=mydomain
plugin.auth-crowd.sso.http.proxy.port=443
but it will still not work.
Solution:
=======
remove
plugin.auth-crowd.sso.http.proxy.host=mydomain
plugin.auth-crowd.sso.http.proxy.port=443
from stash-config.properties
don't forget to uncomment
<Valve className="org.apache.catalina.authenticator.SingleSignOn" />
in the server.xml file in stash app dir
Please note that you should not be uncommenting the SingleSignOn Valve in the server.xml for Tomcat. This has nothing to do with Crowd SSO and make in fact interfere with it functioning.