ページの先頭行へ戻る
Interstage Application Server シングル・サインオン運用ガイド
Interstage

5.1.3 認証用フォームタグの仕様

  フォーム認証時に表示されるメッセージに組み込むパスワード認証用のフォームタグの仕様について以下に説明します。


  メッセージファイル“200auth_form_en.template”にあらかじめ組み込まれている認証用フォームタグを示します。
  太字になっている部分が必須です。

<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">&nbsp;</td></tr>
  <tr><td colspan="2" nowrap align="center"><input type="submit" value="sign-on">&nbsp;<input type="reset" value="reset"></td></tr>
</table>
</form>

  以下に、各タグの仕様を説明します。

フォーム定義
<form action="/ssoatcag" method="post">
ユーザID
<input name="fj_is_sso_user_name" type="text">
パスワード
<input name="fj_is_sso_password" type="password">

  )誤った値を設定した場合は、以下の現象が発生し、認証が正しく行えない場合があります。