Set Up SiteMinder Authentication
Table of Contents
Appkit can integrate with a SiteMinder single-sign-on authentication provider. SiteMinder is typically installed in a web server placed in front of the application server that runs Appkit.
To enable SiteMinder authentication:
-
Add this module to your POM (
pom.xml
file in the root of the application):<dependency> <groupId>twigkit</groupId> <artifactId>twigkit.security.provider.siteminder</artifactId> <version>${project.parent.version}</version> </dependency>
-
Update your
security.conf
(found insrc/main/resources/conf/security/
) to use SiteMinder:type: siteminder