Shibboleth handler invoked at an unconfigured location

reda sabir sabiretude at gmail.com
Fri May 13 10:19:29 EDT 2016


Hello everyone,
I'm having an issu: I'm getting this error and I don't know why:

shibsp::ConfigurationException

The system encountered an error at Fri May 13 14:02:19 2016

To report this problem, please contact the site administrator at .

Please include the following message in any email:

shibsp::ConfigurationException at (
http://sp.shibboleth.example.com/Shibboleth.sso/SAML2/POST)

Shibboleth handler invoked at an unconfigured location.

-----------------------------------------------------------------------------------------------------------------------------------

My shibboleth2.xml is configured like this :

<SPConfig xmlns="urn:mace:shibboleth:2.0:native:sp:config"
xmlns:conf="urn:mace:shibboleth:2.0:native:sp:config"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"    clockSkew="180">
<ApplicationDefaults entityID="sp.shibboleth.example.com"
           REMOTE_USER="eppn persistent-id targeted-id">
	<Sessions lifetime="28800" timeout="3600" relayState="ss:mem"		
checkAddress="false" handlerURL="/Shibboleth.sso" handlerSSL="false"
cookieProps="http">	  	<Logout>SAML2 Local</Logout>	  	  <Handler
type="MetadataGenerator" Location="/Metadata" signing="false"/>	
<Handler type="Status" Location="/Status" acl="127.0.0.1 ::1"/>	
<Handler type="Session" Location="/Session"
showAttributeValues="false"/>	  <Handler type="DiscoveryFeed"
Location="/DiscoFeed"/>        </Sessions>        <MetadataProvider
type="XML" validate="true"
file="/etc/shibboleth/openam_metadata.xml"/>	
<AttributeExtractor type="XML" validate="true" reloadChanges="false"
path="attribute-map.xml"/>                <AttributeResolver
type="Query" subjectMatch="true"/>        <AttributeFilter type="XML"
validate="true" path="attribute-policy.xml"/>	<ApplicationOverride
id="wso2">	  <Sessions lifetime="28800" timeout="3600"
relayState="ss:mem"                    checkAddress="false"
handlerSSL="false" cookieProps="http">	               <SSO
entityID="wso2"                 discoveryProtocol="SAMLDS"
discoveryURL="https://wso2.example.com:9443/samlsso">	      SAML2
      </SSO>	    	    <Logout>SAML2 Local</Logout>	   	    <Handler
type="MetadataGenerator" Location="/Metadata" signing="false"/>	    	
  <Handler type="Status" Location="/Status" acl="127.0.0.1 ::1"/>	
	    <Handler type="Session" Location="/Session"
showAttributeValues="false"/>	    	    <Handler type="DiscoveryFeed"
Location="/DiscoFeed"/>          </Sessions>	
<MetadataProvider type="XML" validate="true"
file="wso2_metadata.xml"/>	
	</ApplicationOverride>		<ApplicationOverride id="openam">	  <Sessions
lifetime="28800" timeout="3600" relayState="ss:mem"		
checkAddress="false" handlerURL="/Shibboleth.sso" handlerSSL="false"
cookieProps="http">	   <SSO entityID="openam"
discoveryProtocol="SAMLDS"
discoveryURL="http://openam.example.com:7777/openam/SSOPOST/metaAlias/idp">	
     SAML2	    </SSO>	    <Logout>SAML2 Local</Logout>	    	
<Handler type="MetadataGenerator" Location="/Metadata"
signing="false"/>	    <Handler type="Status" Location="/Status"
acl="127.0.0.1 ::1"/>	    <Handler type="Session" Location="/Session"
showAttributeValues="true"/>	    <Handler type="DiscoveryFeed"
Location="/DiscoFeed"/>	  </Sessions>	 <MetadataProvider type="XML"
validate="true" file="/etc/shibboleth/openam_metadata.xml"/>	
	</ApplicationOverride>    </ApplicationDefaults>
<SecurityPolicyProvider type="XML" validate="true"
path="security-policy.xml"/>    <ProtocolProvider type="XML"
validate="true" reloadChanges="false"
path="protocols.xml"/></SPConfig>

And the httpd.conf have the following content:
<VirtualHost *:80>
    ServerName sp.shibboleth.example.com
    DocumentRoot "/var/www/html/"
    LogLevel warn
    CustomLog /var/log/httpd/helpdesk.capgemini-sp.com-custom combined
    ErrorLog /var/log/httpd/helpdesk.capgemini-sp.com-error
    <Location /secure>
              AuthType shibboleth
              ShibRequestSetting requireSession 1
              ShibRequestSetting applicationId openam
              require shib-session
     </Location>
     <Location />
               AuthType shibboleth
               Require shibboleth
   </Location>
</VirtualHost>

Does anyone know why I'm having this problem?

Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160513/d96a77d8/attachment.html>


More information about the users mailing list