MicroStrategy ONE

Single Sign-On Sample: Custom Properties File

The custom properties file for the Single Sign-on (SSO) Sample is included in the plug-in calledSSOSample, which is located under theCustomizationPlugins/AdvancedScenariosfolder in the SDK installation directory. This properties file, calledssoesm.properties, provides information needed by the custom External Security Module.

In this sample, the properties have the names and values described below. In a production environment, use the Web Customization Editor to modify the values of the properties to reflect your environment. You can also change the variables names themselves, but you have to change them both in this properties file and in the variable declarations in the custom ESM class.  

  • SSO_URL

    This property defines the authentication URL to which the custom SSO ESM sends a request to validate a token. The value for this property in the sample file is:

    Copy
    http://localhost:8080/sso/jsp/authenticate.jsp
  • SSO_TOKEN_NAME

    This property defines the variable name that the custom SSO ESM uses to fetch a token from a request. The value for this property in the sample file is:

    Copy
    token
  • CUSTOM_LOGIN_URL

    This property defines the URL to which the custom SSO ESM redirects requests when an error occurs. The value for this property in the sample file is:

    Copy
    http://localhost:8080/sso/jsp/login.jsp