IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
879 stars 492 forks source link

Shibboleth: Harvard logo missing from login page #3159

Closed pdurbin closed 6 years ago

pdurbin commented 8 years ago

https://dataverse-test.irss.unc.edu has been registered as an InCommon Service Provider (SP) at https://incommon.org/federation/info/all-entities.html#SPs and I observed that the Harvard Identity Provider (IdP) doesn't show a logo:

log_in_-_root_dataverse_-_2016-06-03_10 23 45

This is because a logo for Harvard does not appear in https://dataverse-test.irss.unc.edu/Shibboleth.sso/DiscoFeed unlike Ohio State, for example. Details below.

Ohio State (has logo)

  {
    "entityID": "urn:mace:incommon:osu.edu",
    "DisplayNames": [
      {
        "value": "Ohio State University",
        "lang": "en"
      }
    ],
    "InformationURLs": [
      {
        "value": "https://webauth.service.ohio-state.edu/info.html",
        "lang": "en"
      }
    ],
    "PrivacyStatementURLs": [
      {
        "value": "http://ocio.osu.edu/policy/policies",
        "lang": "en"
      }
    ],
    "Logos": [
      {
        "value": "https://webauth.service.ohio-state.edu/images/osu_mdui.png",
        "height": "83",
        "width": "83",
        "lang": "en"
      }
    ]
  }

Harvard (no logo)

  {
    "entityID": "https://fed.huit.harvard.edu/idp/shibboleth",
    "DisplayNames": [
      {
        "value": "Harvard University",
        "lang": "en"
      }
    ]
  }

I'll contact the identity folks at Harvard to see if a logo can be added.

As of this writing https://dataverse-test.irss.unc.edu is running v. 4.3.1 build 28-origin/develop-313317a (pre-release of 4.4).

pdurbin commented 8 years ago

You can also see the difference at https://incommon.org/federation/info/all-entities.html#IdPs

incommon_federation_info_entities_-_2016-06-03_10 32 36 incommon_federation_info_entities_-_2016-06-03_10 32 15

pdurbin commented 8 years ago

Now that we've enabled Federated Login Mode (#2937) at https://dataverse.harvard.edu you can see this issue there too. Here's a screenshot. Notice that there's no logo for Harvard:

screen shot 2016-08-19 at 3 24 09 pm

We are talking about this internally at https://help.hmdc.harvard.edu/Ticket/Display.html?id=239200

pdurbin commented 7 years ago

I just spoke with HUIT about this while discussing #3765 and they said they have a JIRA ticket open about adding a logo for Harvard and hope to have it in place by this summer.

pdurbin commented 7 years ago

Let's hope the logo gets put into place. Closing.

pdurbin commented 6 years ago

I just got an email saying "Harvard logo is available in Federation metadata." Great! Here's how it looks:

screen shot 2017-12-12 at 4 39 18 pm

I'll re-open this issue and put it through QA to raise awareness.