Getting Started → Single Sign On (SSO) with Serena Business Manager (SBM) → Configuring Tomcat for SSO
You must have the Serena Release Automation server installed on the same machine as the Serena Common Tomcat.
- <GatekeeperProtectionControl> - <ProtectedURIs> ... <URIMatcher requestURI="/serena_ra/*" /> ... </ProtectedURIs>
- <filter> <filter-name>ALFSSOGatekeeperFilter</filter-name> <filter-class>org.eclipse.alf.security.sso.server.gatekeeper.filterloader. GatekeeperFilterLoader</filter-class> - <init-param> <param-name>gatekeeper.enabled</param-name> <param-value>true</param-value> </init-param> - <init-param> <param-name>gatekeeper.config.filename</param-name> <param-value>${catalina.home}/alfssogatekeeper/conf/ gatekeeper-services-config.xml</param-value> </init-param> - <init-param> <param-name>gatekeeper.lib.dir</param-name> <param-value>${catalina.home}/alfssogatekeeper/lib</param-value> </init-param> - <init-param> <param-name>gatekeeper.root.dir</param-name> <param-value>${catalina.home}/alfssogatekeeper</param-value> </init-param> - <init-param> <param-name>gatekeeper.log4j.use-repo-selector</param-name> <param-value>true</param-value> </init-param> - <init-param> <param-name>gatekeeper.log4j.create-new-repo</param-name> <param-value>true</param-value> </init-param> - <init-param> <param-name>gatekeeper.log4j.properties.filename</param-name> <param-value>${catalina.home}/alfssogatekeeper/conf/log4j.properties </param-value> </init-param> </filter> - <filter-mapping> <filter-name>ALFSSOGatekeeperFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
See also, Single Sign Out.
Copyright © 2012–2013 Serena Software, Inc. All rights reserved.