Skip to Content.
Sympa Menu

shibboleth-dev - RE: metadata lookup failed, unable to process assertion

Subject: Shibboleth Developers

List archive

RE: metadata lookup failed, unable to process assertion


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Vitaliy A. Shipitsyn'" <>, <>
  • Cc: "'David Alexander'" <>, "'Alexander Fedyukin'" <>, "'Todd Acheson'" <>
  • Subject: RE: metadata lookup failed, unable to process assertion
  • Date: Tue, 12 Jul 2005 16:20:12 -0400
  • Organization: The Ohio State University

> We are using the exact same configuration from a working
> Linux target, so we don't believe it is a configuration issue.

Does that target successfully find metadata about a urn:mace:incommon IdP
when you interact with the IdP in question?

> A valid-looking SAML response gets written to shibd.log before we see the
> errors above. We suspect that the XML data from the metadata file are not
> read correctly or corrupt, and the lookups of the issuer
> urn:mace:incommon:ohio.edu consequently fail.

So you have a metadata file supplied with an EntityDescriptor with
entityID="urn:mace:incommon:ohio.edu"?

> Questions:
> - could there be incompatibilities related to 64bit vs. 32bit
> compilation modes?

I have no experience with 64 bit anything.

> - are there class methods that dump the parsed metadata?

No, but you could add log messages to the code that's loading the entities
and storing them in the site map.

> - does metadata lookup take place in mod_shib or in shibd? We
> would like to debug the code spanning from Metadata.cpp.

Both, but shibd is responsible initially.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page