CAS Configuration for IdPv3

Nanda Kumar NKK at FISCHERINTERNATIONAL.COM
Thu Aug 17 08:50:00 EDT 2017


Hello,
  When CAS configuration is specified for Default relying party, it fails to load giving the following message.

"nested exception is org.xml.sax.SAXParseException; lineNumber: 19; columnNumber: 12; cvc-complex-type.2.3: Element 'list' cannot have character [children], because the type's content type is element-only"

Following is the configuration specified for CAS in the relying party.

    <bean id="shibboleth.DefaultRelyingParty" parent="RelyingParty">
    <property name="profileConfigurations">
        <list>
            <bean parent="Shibboleth.SSO" />
             <ref bean="SAML1.AttributeQuery" />
            <ref bean="SAML1.ArtifactResolution" />
            <bean parent="SAML2.SSO" />
            <ref bean="SAML2.ECP" />
             <ref bean="SAML2.Logout" />
             <ref bean="SAML2.AttributeQuery" />
            <ref bean="SAML2.ArtifactResolution" />
            <ref bean="Liberty.SSOS" />
<ref bean="CAS.LoginConfiguration" />
            <ref bean="CAS.ProxyConfiguration" />
            <ref bean="CAS.ValidateConfiguration" />
       </list>
    </property>
    </bean>

Following properties were set in the idp.properties file:

idp.session.StorageService=shibboleth.StorageService
idp.cas.StorageService=shibboleth.StorageService
idp.cas.serviceRegistryClass=net.shibboleth.idp.cas.service.PatternServiceRegistry

Any help in this regard is greatly appreciated.


Thanks
Nanda




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170817/8835b82f/attachment.html>


More information about the users mailing list