Questions about embedded discovery service
Brian Tingle
Brian.Tingle at ucop.edu
Thu Jun 20 16:54:36 EDT 2013
Hi,
1. What is the LICENSE for the embedded discovery service? I'm not supposed to use code without an explicit license, and I could not find one here: http://shibboleth.net/downloads/embedded-discovery-service/latest/
2. The embedded discovery service scores well on the AMP accessibility tool (which I logged into using shibboleth); but it does report a missing label on a form input element. Can I get the un-minified javascript source for the EDS? Should I join the developer's list and ask that question there?
3. I have this in my shibboleth2.xml:
https://gist.github.com/tingletech/5811846#file-shibboleth2-fantasy-xml
<MetadataProvider type="XML" uri="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml" backingFilePath="/apps/nuxeo/servers/shibboleth/var/run/shibboleth/InCommon-metadata.xml" maxRefreshDelay="28800">
<SignatureMetadataFilter certificate="incommon.pem"/>
<MetadataFilter type="Whitelist">
<Include>urn:mace:incommon:berkeley.edu</Include>
<Include>urn:mace:incommon:ucdavis.edu</Include>
<Include>urn:mace:incommon:uci.edu</Include>
<Include>urn:mace:incommon:ucla.edu</Include>
<Include>urn:mace:incommon:ucmerced.edu</Include>
<Include>urn:mace:incommon:ucr.edu</Include>
<Include>urn:mace:incommon:ucsd.edu</Include>
<Include>urn:mace:incommon:ucsf.edu</Include>
<Include>urn:mace:incommon:ucsc.edu</Include>
<Include>urn:mace:incommon:ucop.edu</Include>
<Include>https://shibboleth.uchastings.edu/idp/shibboleth</Include>
</MetadataFilter>
</MetadataProvider>
And I'm getting this back from /Shibboleth.sso/DiscoFeed
https://gist.github.com/tingletech/5811846#file-shibboleth2-fantasy-discofeed-json
[
{
"entityID": "urn:mace:incommon:ucop.edu"
},
{
"entityID": "urn:mace:incommon:uci.edu"
},
{
"entityID": "urn:mace:incommon:ucsd.edu"
},
{
"entityID": "urn:mace:incommon:ucla.edu"
},
{
"entityID": "urn:mace:incommon:ucr.edu"
},
{
"entityID": "urn:mace:incommon:ucmerced.edu"
},
{
"entityID": "urn:mace:incommon:ucdavis.edu",
"DisplayNames": [
{
"value": "University of California, Davis",
"lang": "en"
}
],
"Logos": [
{
"value": "https://shibboleth.ucdavis.edu/icons/ucd_logo.png",
"height": "101",
"width": "396",
"lang": "en"
}
]
},
{
"entityID": "urn:mace:incommon:berkeley.edu"
},
{
"entityID": "urn:mace:incommon:ucsf.edu"
},
{
"entityID": "urn:mace:incommon:ucsc.edu"
},
{
"entityID": "https://shibboleth.uchastings.edu/idp/shibboleth",
"DisplayNames": [
{
"value": "University of California Hastings College of the Law",
"lang": "en"
}
]
}
]
In the EDS, since in pulls in data from DiscoFeed, shows the same information: (attached file and at http://25.media.tumblr.com/1d9320483f3efd3fdd4f5f5a814d9025/tumblr_moowvyhQMG1qaoq8po1_500.png )
So my final question, is how do I get DiscoFeed to contain the DisplayNames for all my IdPs so the embedded discovery service shows the campus name (rather than the urn:mace:...) for all the campuses?
Thanks -- Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130620/11f4693d/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tumblr_moowvyhQMG1qaoq8po1_500.png
Type: image/png
Size: 23469 bytes
Desc: tumblr_moowvyhQMG1qaoq8po1_500.png
Url : http://shibboleth.net/pipermail/users/attachments/20130620/11f4693d/attachment-0001.png
More information about the users
mailing list