Listener exception

Griffin Cheng [CLIB] cscheng at cpce-polyu.edu.hk
Mon Oct 28 20:37:24 EDT 2013


Thank you for your reply.

I post the shibboleth2.xml below to see if there is any error in it.  Or is there any online resource I can use?

= = = = = = =

<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"
>

    <OutOfProcess>
        <Extensions>
            <Library path="/usr/lib64/shibboleth/adfs.so" fatal="true"/>
        </Extensions>
    </OutOfProcess>

    <InProcess>
        <Extensions>
            <Library path="/usr/lib64/shibboleth/adfs-lite.so" fatal="true"/>
        </Extensions>
    </InProcess>

    <ApplicationDefaults
        entityID="https://lbnx02.cpce-polyu.edu.hk/shibboleth"
        REMOTE_USER="eppn persistent-id targeted-id"
    >

    <Sessions
        lifetime="28800" timeout="3600" relayState="ss:mem" checkAddress="false" handlerSSL="true" cookieProps="; path=/; secure; HttpOnly"
    >

        <SSO entityID="http://adfs.cpce-polyu.edu.hk/adfs/services/trust"
            discoveryProtocol="SAMLDS" discoveryURL="https://adfs.cpce-polyu.edu.hk/adfs/ls/"
        >
            SAML2 SAML1 ADFS
        </SSO>

        <Logout asynchrnous="false">SAML2 ADFS 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>

        <Errors supportContact="root at localhost"
            helpLocation="/about.html"
            styleSheet="/shibboleth-sp/main.css"/>

        <MetadataProvider type="XML" file="/etc/shibboleth/FederationMetadata.xml"/>

        <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/>

        <AttributeExtractor type="Metadata" errorURL="errorURL" DisplayName="displayName"/>

        <AttributeResolver type="Query" subjectMatch="true"/>

        <AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/>

        <CredentialResolver type="File" key="sp-key.pem" certificate="sp-cert.pem"/>

    </ApplicationDefaults>

    <SecurityPolicyProvider type="XML" validate="true" path="security-policy.xml"/>

    <ProtocolProvider type="XML" validate="true" reloadChanges="false" path="protocols.xml"/>

</SPConfig>

= = = = =


Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20131029/6d355d11/attachment-0001.html 


More information about the users mailing list