子ページ
  • Installing Shibbolized Tiqr

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

コード ブロック
svn co https://forge.gakunin.nii.ac.jp/svn/tiqrshib/trunk tiqrshib
  • Copy tiqrzenddemo to /var/tiqrzenddemo 
  • Copy var/www/html/TiqrShib to /var/www/html/TiqrShib (deploy trans.php)
    If you are using PHP under 5.2, please modify tran.php as follows.
コード ブロック

// for under php5.2
ini_set('session.cookie_httponly', 1);
setcookie($cookieName, $value, $timeout, $cookiepath, "", TRUE);
// for php5.2 over
//setcookie($cookieName, $value, $timeout, $cookiepath, "", TRUE, TRUE);
  • Copy var/www/html/tiqrenroll/index.html to /var/www/html/tiqrenroll (deploy index.html)
    Modify the server FQDN in the above index.html (the following part)
    コード ブロック
    
    <input style="font:8pt" type=button value="Register" onclick="window.location.href='https://(FQDN of the IdP server)/TiqrShib/trans.php'">
    

3. Deployment of Related Library

...