issue with CDS 1.2.0?
Caskey, Paul
pcaskey at utsystem.edu
Mon Mar 19 21:28:27 GMT 2012
I'm having trouble getting the new DS to use a metadata source in my config which contains only one entry. This has been in the config for years and only 1.2.0 is having a problem (identical config in 1.1.3 works as expected).
For example, we have a categorized (list of lists=true) DS which lists protectnetwork.org as its own "federation" in the left side text box.
Upgrading an existing CDS from 1.1.3 to 1.2.0 makes protectnetwork disappear from the CDS page (no changes were made to wayfconfig.xml during the upgrade). I've tried enclosing their metadata in an EntitiesDescriptor, but that didn't help. I can put their entity metadata into either fed1 or fed2 metadata and it shows up in the list just fine.
Here's the relevant config (fed1 and fed2 are listed in the CDS, while protectnetwork is not):
<MetadataProvider
displayName="ProtectNetwork Login"
identifier="protnet"
backingFile="/opt/shibboleth-ds/metadata/protectnetwork-metadata.xml"
url="http://www.protectnetwork.org/protectnetwork-metadata.xml"/>
<DiscoveryServiceHandler
location=".+/My_CDS.ds"
jspFile="wayf-cds.jsp"
errorJspFile="wayferror-cds.jsp"
provideList="true"
provideListOfList="true"
showUnusableIdPs="true"
default="false">
<Federation identifier="fed1"/>
<Federation identifier="fed2"/>
<Federation identifier="protnet"/>
<PluginInstance identifier="CookiePlugin"/>
</DiscoveryServiceHandler>
Is there something else I might need to set in the config for the new version?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120319/82085e1f/attachment.html
More information about the users
mailing list