...
これは、下図のようにユーザ端末のブラウザからhttp://…というURLにアクセスし、①から⑤の機能が赤線のように通信しあって結果を表示する動作を確認するものです。
Image Modified
2.1. attribute-map.xml, attribute-policy.xmlの準備
...
展開 |
---|
|
・SPへのアクセス時にエラーSPにアクセスした際に、ブラウザに下記のエラーが出力されます。 書式設定済み |
---|
shibsp::ListenerException
The system encountered an error at Wed Aug 17 19:09:20 2016
To report this problem, please contact the site administrator at
root@xxxxx.
Please include the following message in any email:
shibsp::ListenerException at (https://xxx.xxxxx.xx.xx/secure)
Cannot connect to shibd process, a site adminstrator should be notified. |
SELinuxがenabledになっている場合、このメッセージが表示されます。 SELinuxを無効にしてください。
・ログインボタンを押した際にエラー(エラー:無効なクエリです) SP画面にてログインを押した際に、ブラウザに下記のエラーが出力されます。
書式設定済み |
---|
エラー: 無効なクエリです
The Service Provider 'https://xxx.xxx.xx.xx/xxx' could not be found in metadata and is therefore unknown. |
→/etc/shibboleth/shibboleth2.xmlファイルのentityID設定が間違っている場合に表示されます。 参考情報: SPセッティング - shibboleth2.xml ファイル(★) ・ログインボタンを押した際にエラー(サーバが見つからない) SP画面にてログインを押した際に、ブラウザに下記のエラーが出力されます。
書式設定済み |
---|
IE:
このページは表示できません
Web アドレス https://xxx.xxx.xxx.xx が正しいか確かめてください。
Firefox:
サーバが見つかりませんでした正常に接続できませんでした
xxx.xxx.xxx.xx という名前のサーバが見つかりませんでした。への接続中にエラーが発生しました。 |
→/etc/shibboleth/shibboleth2.xmlファイルのDSサーバ参照設定のURLが間違っている可能性があります。 参考情報: SPセッティング - shibboleth2.xml ファイル(★) |
...