SHIBBOLETH SP - 未設定の場所でShibbolethハンドラを呼び出す - Shibboleth.sso/Session/ [閉じる]

SHIBBOLETH SP - 未設定の場所でShibbolethハンドラを呼び出す - Shibboleth.sso/Session/ [閉じる]

Ubuntu 14.04LTSでshibbolethを設定しようとしています。私がそこに行くとうまくいき、認証などができますが、(または他のもの)に行くとhttps://mysite/secure/index.php次のメッセージが表示されます。https://mysite/Shibboleth.sso/Statushttps://mysite/Shibboleth.sso/*

shibsp::構成例外

2017年7月10日月曜日12:06:32でシステムにエラーが発生しました。

この問題を報告するには、root@localhostでサイト管理者に連絡してください。

電子メールに次のメッセージを含めてください。

shibsp::ConfigurationException at ( https://mysite/Shibboleth.sso/Session/)

未設定の場所で Shibboleth ハンドラが呼び出されました。

私のshibboleth2.xmlは次のとおりです(簡潔にするためにコメントが削除されます)。

<SPConfig xmlns="urn:mace:shibboleth:2.0:native:sp:config" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" clockSkew="1800">
 <ApplicationDefaults entityID="https://mysite/shibboleth" REMOTE_USER="eppn">
     <Sessions lifetime="28800" timeout="3600" checkAddress="false" relayState="ss:mem" handlerSSL="true" cookieProps="https">
         <SSO entityID="https://idp.testshib.org/idp/shibboleth">
             SAML2 SAML1
         </SSO>
         <Logout>SAML2 Local</Logout>
         <Handler type="MetadataGenerator" Location="/Metadata" signing="false"/>
         <Handler type="Status" Location="/Status" acl="127.0.0.1 ::1"/>
         <Handler type="Session" Location="/Session" showAttributeValues="true"/>
         <Handler type="DiscoveryFeed" Location="/DiscoFeed"/>
     </Sessions>
     <Errors supportContact="root@localhost" logoLocation="/shibboleth-sp/logo.jpg" styleSheet="/shibboleth-sp/main.css"/>
     <MetadataProvider type="XML" uri="http://www.testshib.org/metadata/testshib-providers.xml" backingFilePath="testshib-two-idp-metadata.xml" reloadInterval="180000" />
     <AttributeExtractor type="XML" validate="true" path="attribute-map.xml"/>
     <AttributeResolver type="Query" subjectMatch="true"/>
     <AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/>
     <CredentialResolver type="File" key="my_key" certificate="my_cert" extractNames="false"/>
 </ApplicationDefaults>
 <SecurityPolicyProvider type="XML" validate="true" path="security-policy.xml"/>
 <ProtocolProvider type="XML" validate="true" reloadChanges="false" path="protocols.xml"/>
</SPConfig>

私が見つけることができるすべての設定ファイルと私が考えることができるすべての設定を確認しました。 Native.loggerとshibd.loggerのデバッグモードをオンにしましたが、何も見つかりませんでした。

何が問題なの?それともどこを見るべきですか?

ベストアンサー1

おすすめ記事