User guide
Developing Java Applications
7-49
(4) Obtaining Service ID File
Request that the SSO administrator creates a service ID file for the business server that executes the
sample. Store the created service ID file in the business server. For details, refer to Obtaining Service
ID File.
Example
Interstage install directory: C:\Interstage
Name of service ID file obtained from SSO administrator: "C:\ssosid\domainsid"
C:\Interstage\F3FMsso\ssoatzag\sample\javaapi>copy C:\ssosid\domainsid
C:\Interstage\F3FMsso\ssoatzag\sample\javaapi
copy one file.
Name of service ID file obtained from SSO administrator: "/ssosid/domainsid"
# cp /ssosid/domainsid /home/jaastest/javaapi
(5) Registering Certificates
Obtain the site certificate of the authentication server and the CA certificate of the issuer of the site
certificate and register them in the Interstage certificate environment. For details, refer to Creating a
Trust Store File.
Note
Use JDK1.4 if the authentication server site certificate or CA certificate is encoded in UTF-8 format.
(6) Editing Login Configuration File
Edit the sample login configuration file isssojaaslogin.conf to suit the execution environment. Set the
authentication infrastructure URL+"/ssoatcag" following the authserver option. Also set the absolute
path name of the service ID file to be used in the serviceidpath option.
Example
Interstage install directory: C:\Interstage
Authentication infrastructure URL: "https://authenticate_server.fujitsu.com:10443"
Absolute path name of service ID file: "C:\Interstage\F3FMsso\ssoatzag\sample\javaapi\domainsid"
/**
* sample login config file
*/
/* This sample does not use Business server configuration. */