Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Problems signing/validating metadata

Subject: OpenSAML user discussion

List archive

Re: Problems signing/validating metadata


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Re: Problems signing/validating metadata
  • Date: Tue, 12 Feb 2008 13:53:20 +0100
  • Organization: SWITCH

<RoleDescriptor> is an any type. See the documentation on the OpenSAML user's manual.

https://spaces.internet2.edu/display/SHIB/OSTwoUsrManJavaAnyTypes

Manuela Stanica wrote:
Chad La Joie wrote:

Your XML is wrong. The metadata spec doesn't allow for new elements within a EntityDescriptor. If you create a new role you have to use <RoleDescriptor/> with an XSI type corresponding to your extension. So you'd have something like

<RoleDescriptor xsi:type="egmd:OnlineCADescriptor" />

When I first looked as how to go about including an OnlineCADescriptor I did want to build a RoleDescriptor but couldn't find any RoleDescriptorBuilder. So how can I create/build that element in order to inlcude it and marshall it in the metadata?

Manuela

--
SWITCH
Serving Swiss Universities
--------------------------
Chad La Joie, Software Engineer, Security
Werdstrasse 2, P.O. Box, 8021 Zürich, Switzerland
phone +41 44 268 15 75, fax +41 44 268 15 68
,
http://www.switch.ch




Archive powered by MHonArc 2.6.16.

Top of Page