[prev in list] [next in list] [prev in thread] [next in thread] 

List:       shibboleth-users
Subject:    [Shib-Users] Using HttpMetadataProvider...
From:       "pady-virtuosant" <psrinivasan () virtuosant ! com>
Date:       2010-04-24 6:56:01
Message-ID: 305EC6EBA65A478CB640BFA2158A8179 () padydev
[Download RAW message or body]


I defined a new MetadataProvider in relying-party.xml as

<MetadataProvider id="URLMD" xsi:type="FileBackedHTTPMetadataProvider" 
xmlns="urn:mace:shibboleth:2.0:metadata"
                          metadataURL="http://localhost/Shibboleth.sso/Metadata"
                          backingFile="c:/opt/shibboleth-sp/etc/shibboleth/sp-metadata.xml">
            <MetadataFilter xsi:type="ChainingFilter" 
xmlns="urn:mace:shibboleth:2.0:metadata">
                <MetadataFilter xsi:type="RequiredValidUntil" 
xmlns="urn:mace:shibboleth:2.0:metadata"
                                maxValidityInterval="604800" />
                <MetadataFilter xsi:type="SignatureValidation" 
xmlns="urn:mace:shibboleth:2.0:metadata"
                                trustEngineRef="shibboleth.MetadataTrustEngine"
                                requireSignedMetadata="true" />
             <MetadataFilter xsi:type="EntityRoleWhiteList" 
xmlns="urn:mace:shibboleth:2.0:metadata">
                    <RetainedRole>samlmd:SPSSODescriptor</RetainedRole>
                </MetadataFilter>
            </MetadataFilter>
        </MetadataProvider>

When I access the URL as is, I get the SP's metadata ( with the SPSSoProfile 
etc ). But when I access https://localhost/secure I get a tomcat error about 
resource not available

https://localhost/idp/profile/SAML2/Redirect/SSO?SAMLRequest=....

The idp-process.log has this error...

06:37:30.508 - ERROR 
[edu.internet2.middleware.shibboleth.common.config.BaseService:187] - 
Configuration was not loaded for shibboleth.RelyingPartyConfigurationManager 
service, error creating components.  The root cause of this error was: 
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean 
named 'shibboleth.MetadataTrustEngine' is defined


Thanks

pady

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic