SSO panel

The SSO panel contains configurations for Single Sign-On (SSO). You can create new ones or use the configurations that are provided:

Enabling a single sign-on service requires additional setup. It is not done completely from this panel. See Implementing single sign-on.

Each configuration has the following properties:

Name
The name for the SSO configuration.
Active
Select Yes to make this interceptor active.
Access
The access group that defines which users can edit or delete this configuration.
Java Class
The Java class that implements this SSO configuration. Two are provided:
  • Form interceptor:
    com.buildforge.services.server.sso.form.FORMSSOInterceptor
  • SPNEGO interceptor:
    com.buildforge.services.server.sso.spnego.SPNEGOSSOInterceptor
Keystore Type
A keystore must be one of the following types:
  • JKS
  • PKCS12
  • JCEKS
  • PEM
Password
Specifies a password that must be used when accessing the keystore.
Verified
Specify the password again here to verify it.

Feedback