User guide

Developing Java Applications
7-21
Option Explanation
authservertrusted Specify whether the site certificate of an authentication server presented
from the authentication server is verified in SSL communication with the
authentication server.
Set “yes” for no verification. "yes" is not case sensitive. If "yes" is omitted or
a value other than “yes” is specified, the certificate is verified.
serverport Specify the port number specified in the business server configuration when
an authentication server of the authentication destination is specified using
the configuration.
This option is required when authentication is executed for an authentication
server with information set in business server environment setup.
Do not specify the serviceidpath and authserver options.
Use the Interstage Management Console to select [System] > [Security] >
[Single Sign-on] > [Business System] > [Business System Name]. Select the
[Setup Environment] tab and click [Show Detailed Setup] then specify the
port number specified for [Port Number] in [Network]. For details on
Interstage Management Console definition, refer to the Operator’s Guide.
File Encoding Mode for Login Configuration File
When a character other than alphanumeric characters and symbols is used in a login configuration file,
store the login configuration using the following file encoding mode:
JDK1.3
JavaVM default encoding mode
JDK1.4
UTF-8 encoding mode
Note
The site certificate destination CommonName registered at authentication server SSL environment
setup must correspond with the authentication server host name specified for the authserver option in
the login configuration file.
Login configuration file examples are provided below. In the examples, the login configuration entry
name com.fujitsu.interstage.sso is used.
Examples
Execution of a Servlet Application that Receives Authentication Information from a Client
Business server port number: 80
com.fujitsu.interstage.sso {
com.fujitsu.interstage.sso.auth.module.ISCredentialLoginModule required
serverport="80"
;
};