TESTSHIB: IdP Metadata File Upload Fails

Kevin Foote kpfoote at uoregon.edu
Tue Apr 26 12:32:40 EDT 2016


> On Apr 26, 2016, at 9:02 AM, Kevin Foote <kpfoote at uoregon.edu> wrote:
> 
>> On Apr 26, 2016, at 8:55 AM, Kevin Foote <kpfoote at uoregon.edu> wrote:
>> 
>>> On Apr 26, 2016, at 8:51 AM, Carlos Eduardo Santos Cardoso <carlos.cardoso at unisantos.br> wrote:
>>> 
>>> Hello,
>>> 
>>> I'm trying to use Testshib to test a new IdP (version 3) installation, but it gives an error message when I try to upload the metadata file. (I've done this test some time ago and it went ok). After looking at it (a lot), I can't figure out what is the problem with the metadata file.
>>> 
>>> The message error is:
>>> The file you are attempting to upload is not valid metadata. Please correct any errors and try again.
>>> 
>>> My Shibboleth Idp (version 3) metadata url is: https://idp.unisantos.br/idp/shibboleth
>>> 
>>> Does anybody know what's going on here…?
>> 
>> 
>> It says its not valid MD :-) 
>> 
>> That error is produced by not passing the schema check against this XSD [saml-schema-metadata-2.0.xsd]
> 
> I’m looking at this more though :) Please hang on. 


Carlos - 

Thanks for your patients.. 
Your MD will upload fine when you change the Organization information at the bottom of the md file. (line 107)


— CURRENT — 
105         <Organization>
106                 <OrganizationName xml:lang="en">UNISANTOS - Universidade Catolica de Santos</OrganizationName>   
107                 <DisplayName xml:lang="en">UNISANTOS - Universidade Catolica de Santos</DisplayName>             
108                 <OrganizationURL xml:lang="en">http://www.unisantos.br/</OrganizationURL>
109         </Organization> 


— FIXED — 
105         <Organization>
106                 <OrganizationName xml:lang="en">UNISANTOS - Universidade Catolica de Santos</OrganizationName>   
107                 <OrganizationDisplayName xml:lang="en">UNISANTOS - Universidade Catolica de Santos</OrganizationDisplayName>             
108                 <OrganizationURL xml:lang="en">http://www.unisantos.br/</OrganizationURL>
109         </Organization> 



--------
thanks
 kevin.foote



More information about the users mailing list