比較バージョン

キー

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

...

ヒント
title実習セミナー

・実習セミナー内のSPサーバにアクセスして、確認します。
 https://ex-sp.gakunin.nii.ac.jp/

 

...

3.DSのIdP選択画面が表示(★)

 DSのIdP選択画面から構築したIdPを選択します。(★)
 ※学認DSについての注意点:
  一度選択したIdPが表示されている状態で、別のIdPを選択したい場合は、
  「リセット」リンクをクリックすると選択可能な全てのIdPが表示されます。

...

展開
titleよくあるエラー

IdP選択時にブラウザにエラー(HTTPステータス 404 -) 

IdPを選択した際に、ブラウザに下記のエラーが出力されます。

書式設定済み
HTTPステータス 404 -
type ステータスレポート
メッセージ
説明 The requested resource () is not available.

→IdPの各種設定ファイルにて記述ミスの可能性があります。
 ログファイル /opt/shibboleth-idp/logs/idp-process.log を確認して下さい。(下記の"HandlerManager"や"RelyingPartyConfigurationManager"の部分で、どの設定ファイルに問題があるか判別可能です)

  • /opt/shibboleth-idp/conf/handler.xml にて記述ミスがある場合

    書式設定済み
    00:00:00.000 - ERROR [edu.internet2.middleware.shibboleth.common.config.BaseService:188] - Configuration was not loaded for shibboleth.HandlerManager service, error creating components.  The root cause of this error was: org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.
  • /opt/shibboleth-idp/conf/relying-party.xmlにて検証用証明書の設定が間違っている場合

    書式設定済み
    00:00:00.000 - ERROR [edu.internet2.middleware.shibboleth.common.config.BaseService:188] - Configuration was not loaded for shibboleth.RelyingPartyConfigurationManager service, error creating components.  The root cause of this error was: java.io.FileNotFoundException: /opt/shibboleth-idp/credentials/gakunin-signer-2010.cer (No such file or directory)

    →実習セミナー環境での検証用証明書はex-fed.crtとなっています。ファイルが指定場所にあるか、ファイル名が間違っていないか確認ください。
     テストフェデレーション、運用フェデレーションにおける検証用証明書については技術ガイドのrelying-party.xml ファイルの確認を参照ください。
     

  • /opt/shibboleth-idp/conf/relying-party.xmlのMetadata Configuration付近にて記述ミスがある場合

    書式設定済み
    00:00:00.000 - ERROR [edu.internet2.middleware.shibboleth.common.config.BaseService:188] - Configuration was not loaded for shibboleth.RelyingPartyConfigurationManager service, error creating components.  The root cause of this error was: org.xml.sax.SAXParseException: cvc-complex-type.2.3: Element 'metadata:MetadataProvider' cannot have character [children], because the type's content type is element-only.
  • /opt/shibboleth-idp/conf/relying-party.xmlのProfileConfiguration付近にて記述ミスがある場合

    書式設定済み
    00:00:00.000 - ERROR [edu.internet2.middleware.shibboleth.common.config.BaseService:188] - Configuration was not loaded for shibboleth.RelyingPartyConfigurationManager service, error creating components.  The root cause of this error was: org.xml.sax.SAXParseException: Element type "rp:ProfileConfiguration" must be followed by either attribute specifications, ">" or "/>".
  • idp-process.logにエラーが出ていない場合、$CATALINA_HOME/endorsedフォルダにjarファイルがコピーできていない可能性もあります
    参考情報: 貴学にてIdPをインストールする場合の構築手順 - 4. Shibbolethのインストール(★) -4. Tomcatの設定(★)

IdP選択時にページが見つからない(404 Not Found) 

IdPを選択した際に、Webページがみつからない、404 Not Foundといったエラーがブラウザに表示されます。  

書式設定済み
IE:
Webページが見つかりません。HTTP 404
可能性のある原因:
 ・アドレスに入力ミスがある。
 ・リンクをクリックした場合に、リンクが古い場合があります。
 
Firefox:
サーバが見つかりませんでした。

→/etc/httpd/conf.d/ssl.conf にて記述ミスの可能性があります。
 参考情報: 貴学にてIdPをインストールする場合の構築手順 - 3. jdk6、tomcat6をインストールする(★) -5. httpd の設定(★)
 


IdP選択時にブラウザにエラー(HTTPステータス 404 - /idp/profile/SAML2/Redirect/SSO) 

IdPを選択した際に、ブラウザに下記のエラーが出力されます。

書式設定済み
HTTPステータス 404 - /idp/profile/SAML2/Redirect/SSO
type ステータスレポート
メッセージ /idp/profile/SAML2/Redirect/SSO
説明 The requested resource (/idp/profile/SAML2/Redirect/SSO) is not available.

→$CATALINA_HOME/webappsにidp.warファイルがきちんとコピーできていない可能性があります。

 参考情報: 貴学にてIdPをインストールする場合の構築手順 - 4. Shibbolethのインストール(★) -5. idp.war の配置(★)

 

...

4.ログイン(★)

 設定したIDとPasswordを利用してログイン(★)

...