Unmarshalling saml metadata extensions

Maduranga Siriwardena maduranga.siriwardena at gmail.com
Thu May 21 12:47:28 EDT 2015


Hi Brent,

Below I have shown the constants I have in my RequestedRecipients
interface. So you mean I must register the service provider with the
RequestedRecipients.DEFAULT_ELEMENT_NAME

/** Element name, no namespace */
public final static String DEFAULT_ELEMENT_LOCAL_NAME =
"RequestedRecipients";

/** Default element name */
public final static QName DEFAULT_ELEMENT_NAME = new
QName(ExtensionsConstants.EXTENSION_NS, DEFAULT_ELEMENT_LOCAL_NAME,
ExtensionsConstants.EXTENSION_PREFIX);

/** Local name of the XSI type */
public final static String TYPE_LOCAL_NAME = "RequestedRecipientsType";

/** QName of the XSI type */
public final static QName TYPE_NAME = new
QName(ExtensionsConstants.EXTENSION_NS, TYPE_LOCAL_NAME,
ExtensionsConstants.EXTENSION_PREFIX);

On Thu, May 21, 2015 at 10:09 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:

> On 5/21/15, 12:36 PM, "Brent Putman" <putmanb at georgetown.edu> wrote:
>
> >You lost me, I didn't see anything in there re: Conditions.  Are you
> steps ahead and assuming that these things would have to be represented in
> a protocol message or Assertion as Condition(s), and then extrapolating?
>
> Yes, I was assuming that.
>
> >If so, that makes sense, but I think that's
> > throwing the OP off because I don't think that's literally why his
> unmarshalling is failing.
>
> Not literally, no.
>
> >I'm not seeing why what he posted is schema-invalid.  It may or may not
> make sense from a design-a-SAML-metadata-extension perspective.
>
> I didn't see metadata at all, so I possibly got blinded by all the wso2
> stuff.
>
> I saw "Audience" and thought "Audience conditions".
>
> -- Scott
>
> --
> To unsubscribe from this list send an email to
> dev-unsubscribe at shibboleth.net
>



-- 
Maduranga Siriwardena
Undergraduate
Department of Computer Science and Engineering
Faculty of Engineering, University of Moratuwa.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150521/34868781/attachment.html>


More information about the dev mailing list