Working on upgrading to Shibboleth v4 from v3.4.6
Joseph Fischetti
Joseph.Fischetti at marist.edu
Thu Jun 4 11:48:56 UTC 2020
The metadata we have for webex was causing crashes for me on v4 when I upgraded.
As Scott said, empty elements.
It looked like this:
<md:ContactPerson contactType="technical">
<md:Company>Cisco WebEx</md:Company>
<md:GivenName/>
<md:SurName/>
<md:EmailAddress/>
<md:TelephoneNumber/>
</md:ContactPerson>
I made it look like this:
<md:ContactPerson contactType="technical">
<md:Company>Cisco WebEx</md:Company>
<!--<md:GivenName/>-->
<!--<md:SurName/>-->
<!--<md:EmailAddress/>-->
<!--<md:TelephoneNumber/>-->
</md:ContactPerson>
-----Original Message-----
From: users <users-bounces at shibboleth.net> On Behalf Of Cantor, Scott
Sent: Wednesday, June 3, 2020 6:43 PM
To: Shib Users <users at shibboleth.net>
Subject: Re: Working on upgrading to Shibboleth v4 from v3.4.6
[EXTERNAL EMAIL]
Just patch to 4.0.1 and you'll get a warning about the broken metadata instead of a crash. It has empty elements and is invalid.
As for other issues, any of them that aren't in the release notes should get reported so they'll be captured. Bits are still being added to it weekly.
-- Scott
--
For Consortium Member technical support, see https://wiki.shibboleth.net/confluence/x/coFAAg
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list