2.5, AttributeExtractor, from Metadata
Steven Carmody
Steven_Carmody at brown.edu
Thu Feb 23 17:53:56 GMT 2012
On 2/23/12 11:08 AM, Cantor, Scott wrote:
>
> You probably didn't add the metadataAttributePrefix setting to the
> ApplicationDefaults element. I believe this is documunted.
>
my shibboleth2.xml contains this element:
<AttributeExtractor type="Metadata" errorURL="errorURL"
DisplayName="displayName"/>
and my IDP's metadata contains this:
<IDPSSODescriptor errorURL="http://stc-test16.cis.brown.edu/errorURL"
protocolSupportEnumeration="urn:mace:shibboleth:1.0
urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
<Extensions>
<shibmd:Scope regexp="false">brown.edu</shibmd:Scope>
<mdui:UIInfo>
<mdui:DisplayName xml:lang="en">Brown Test IDP (STC) (display
name)</mdui:DisplayName>
my shibd log file indicates that shibd is finding DisplayName, but there
is no mention of errorURL ... and my App that dumps out the received
info shows DisplayName but not errorURL
is something in the wrong place ?
Thanks!
More information about the dev
mailing list