What is the URL for Shibboleth IDP V3 delegates the authentication to CAS

fazla fazlarabby043264 at gmail.com
Mon Sep 3 06:00:31 EDT 2018


Than you Tom for the reply. 

I have added the service in cas-protocol under reloadableServiceRegistry 

    <bean id="reloadableServiceRegistry"
         
class="%{idp.cas.serviceRegistryClass:net.shibboleth.idp.cas.service.PatternServiceRegistry}">
        <property name="definitions">
            <list>
                
            	<bean class="net.shibboleth.idp.cas.service.ServiceDefinition"
                  	c:regex="^(https|http)://urlofmyservice.*"
                  	p:group="multisite"
                  	p:authorizedToProxy="false" />
            </list>
        </property>
    </bean>
Is this where we are supposed to put the services. 

this is what I get in return.

https://localhost:8443/idp/Authn/ExtCas?conversation=e1s1

In browser
HTTP ERROR 404

Problem accessing /idp/Authn/ExtCas. Reason: 
  Not Found

Nothing in the IDP logs.





--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html


More information about the users mailing list