Product Selector

Fusion 5.11
    Fusion 5.11

    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:

    1. 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>
    2. Update your security.conf (found in src/main/resources/conf/security/) to use SiteMinder:

      type: siteminder