User guide
Chapter 5: Single Sign-on Customization
5-14
− To use InfoProvider Pro and other Web servers, set the effective user to other Web servers.
− Set the same effective user for the Interstage HTTP Server and Sun ONE Web Enterprise
Edition.
For details on setting the effective user, refer to “To Change Effective User for the Business Server” in
“Changing the Effective User for the Web Server”.
Table 5-13 [Interstage HTTP Server]
Resource Setting Authority to Access Content
Message file to be displayed on a
Web browser
Set the access authority mode to 0600 and grant read and
write permission only to the effective user, such as nobody,
that has been specified for user name (User) in the
configuration file (httpd.conf) of Interstage HTTP Server.
Authentication Form Tag Specifications
The following explains the specifications for the password authentication form tags to be inserted into
the messages displayed at form authentication:
Example
The authentication form tags already inserted into the message file "403auth_form_en.template" are
shown below.
The bold portions are required.
<form action="/ssoatcag" method="post" autocomplete="off">
<table border="0">
<tr>
<td nowrap align="right">user name</td>
<td><input name="fj_is_sso_user_name" type="text" maxlength="255"></td>
</tr>
<tr>
<td nowrap align="right">password</td>
<td><input name="fj_is_sso_password" type="password"
maxlength="255"></td>
</tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2" nowrap align="center"><input type="submit"
value="sign-on"> <input type="reset" value="reset"></td></tr>
</table>
</form>
The following explains the specification of each tag: