v3.3.1 MetadataProvider, metadataURL formatting question

Peter Smith Peter.Smith at UTSouthwestern.edu
Thu Jun 1 16:14:45 EDT 2017


-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Klingenstein, Nate
Sent: Thursday, June 01, 2017 3:08 PM
To: Shib Users
Subject: RE: v3.3.1 MetadataProvider, metadataURL formatting question

> That's XML encoded, not URL encoded.

My mistake and apologies.

> > There are various other encodings you can probably use.

> I don't think so.

I see https%3A//.  Is there a reason why %26 would fail?

----

Ahh, yes, I was just now following that path and it does indeed work!  Thank you.

Here is what I wound up with, the only modification being the replacement of the '&' ampersand with '%26':

    <MetadataProvider id="docusign-provider" xsi:type="FileBackedHTTPMetadataProvider" xmlns="urn:mace:shibboleth:2.0:metadata"
        backingFile="%{idp.home}/metadata/docusign-metadata.xml"
        metadataURL='https://met.refeds.org/met/entity/https%3A//docusign.com/sp/?viewxml=true%26federation=incommon-federation'
        proxyHost="proxy"
        proxyPort="3128"
        disregardTLSCertificate="false" />

And yes, I previously tried both ' and " as the string's delimiters with no effect.

PeterS

________________________________

UT Southwestern


Medical Center



The future of medicine, today.




More information about the users mailing list