Skip to Content.
Sympa Menu

shibboleth-dev - Re: SAML attribute query exception

Subject: Shibboleth Developers

List archive

Re: SAML attribute query exception


Chronological Thread 
  • From: Nate Klingenstein <>
  • To:
  • Subject: Re: SAML attribute query exception
  • Date: Mon, 3 Dec 2007 03:18:31 +0000

Eric,

This is probably a problem with your handler.xml file and your metadata.  If your configuration is like the default in the trunk, then your attribute query handler will be located at:

    

    <ProfileHandler xsi:type="SAML1AttributeQuery" 
                    inboundBinding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding"
                    outboundBindingEnumeration="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding">
        <RequestPath>/saml1/SOAP/AttributeQuery</RequestPath>
    </ProfileHandler>

However, your metadata is probably pointing to https://yourhost.org/idpname/saml/SOAP/AttributeQuery.  You should modify one or the other.

Thanks,
Nate.

On 3 Dec 2007, at 02:42, Yifan (Eric) Jiang wrote:

15:29:25.559 WARN [edu.internet2.middleware.shibboleth.common.profile.ProfileRequestDispatcherServlet] No profile handler configured for request at path: /saml/SOAP/AttributeQuery






Archive powered by MHonArc 2.6.16.

Top of Page