Skip to Content.
Sympa Menu

shibboleth-dev - Re: [Shib-Dev] Dynamic Metadata Provider for IdP

Subject: Shibboleth Developers

List archive

Re: [Shib-Dev] Dynamic Metadata Provider for IdP


Chronological Thread 
  • From: Adam Lantos <>
  • To:
  • Subject: Re: [Shib-Dev] Dynamic Metadata Provider for IdP
  • Date: Wed, 7 Jul 2010 13:28:30 +0200

On Mon, Jul 5, 2010 at 1:04 AM, Xiang Yang
<>
wrote:
> Hi,
>
> I wrote a dynamic MetadataProvider extension to the IdP snapshot 2.2.0
> (and IdP v 2.1.5). If anybody thinks it could be useful for him I'll be
> happy to contribute my code.
>
> The logic is exactly as same as provided with the SP v2.4:
>
> <MetadataProvider id="ShibbolethMetadata"
> xsi:type="dynfedmd:DynamicHTTPMetadataProvider"
> xmlns="urn:mace:shibboleth:2.0:metadata" >
> <Subst encoded="true"
> xmlns="urn:dynfed:shibboleth:metadataprovider">http://localhost/retrievMD?entityId=$entityId</Subst>
>     </MetadataProvider>
>
> 1. If there is no "<Subst>" child element, the entity-id is used as the
> md location;
>
> 2. Otherwise the content of <Subst> is used as the md location and the
> string $entityId is replaced by the entity-id if there is one.

sounds nice, does it support hash transformations and other stuff like
the ones described in [1]?

[1] http://tools.ietf.org/html/draft-lajoie-md-query-00

cheers,
Adam



Archive powered by MHonArc 2.6.16.

Top of Page