User guide
Customizing Messages Displayed on a Web Browser
5-15
Form definition
<form action="/ssoatcag" method="post">
• Set "/ssoatcag" for the action attribute value. (*1)
• Set "post" for the method attribute value.
• Omit the enctype attribute
User ID
<input name="fj_is_sso_user_name" type="text">
• This text area is used for user ID input and is required.
• Set "fj_is_sso_user_name" for the name attribute value.
• Set "text" for the type attribute value.
Password
<input name="fj_is_sso_password" type="password">
• This password input area is used for password input and is required.
• Set "fj_is_sso_password" for the name attribute value.
• Set "password" for the type attribute value.
*1 If the incorrect URL is specified, the following error occurs and authentication may fail.
• The following message may output on the Web browser.
− “403 Not Found”
− “The requested page is not available”
• The message sso02012 may output to the system log.
• If client authentication is processed through SSL communication, the request window for the client
certificate is displayed several times.
• Content may be displayed without authentication.