Configure Security-Header

To enable security header authentication:

  1. Access the application’s security.properties file.

    The default location is C://Program Files > “Application Name”> configuration > security.properties.

  2. In security.profiles=SECURITY-WEB1, enter the security profile for AD. For example: security.profiles=SECURITY-HEADER.
  3. Optional - To identify multiple profiles enter the desired security profiles; for example:security.profiles=SECURITY-HEADER,SECURITY-KERBEROS,SECURITY-WEB

    Note no space after the comma and be sure to set all applicable settings when entering multiple security profiles.

  4. In security.preauthHeader, enter the header name containing the username of the authenticated user.

    The security.properties contains a reference to the HTTP HEADER name that contains the trusted user. Customer has the ability to set the property name. For example: security.preauthHeader=SSO_USER. The value is set to the matching value in the rscmaster_login_name_ch, such as ##########@<FQDN2> for web login and ########## for IVR login (10 digits).

  5. Save the file to confirm your input.
  6. Stop and Restart the application to initiate your new settings.
Header Directory Sample Settings

security.preauthHeader=PRE_AUTH_HEADER
1 The default security.profiles is SECURITY-WEB.
2 Fully Qualified Domain Name (FQDN)