<div dir="ltr"><div dir="ltr"><div>Fazla,</div><div><br></div><div>I think that you asked a different question than the one Tom answered.</div><div><br></div><div>The confusion is because Shibboleth IdP v3 can act as a CAS server itself so that you wouldn't need to run a separate CAS server if you wanted to.<br></div><div><br></div><div>However, the URL you were trying to access indicates you were trying to delegate your authentication to CAS so that logins happen there, using Unicon's ShibCas implementation.</div><div><br></div><div><a href="https://github.com/Unicon/shib-cas-authn3">https://github.com/Unicon/shib-cas-authn3</a><br></div><div><br></div><div>You probably didn't complete the installation or configuration of the plugin.  Specifically, the stanza:</div><div><br></div><div><pre>    <<span class="gmail-pl-ent">servlet</span>>
        <<span class="gmail-pl-ent">servlet-name</span>>ShibCas Auth Servlet</<span class="gmail-pl-ent">servlet-name</span>>
        <<span class="gmail-pl-ent">servlet-class</span>>net.unicon.idp.externalauth.ShibcasAuthServlet</<span class="gmail-pl-ent">servlet-class</span>>
        <<span class="gmail-pl-ent">load-on-startup</span>>2</<span class="gmail-pl-ent">load-on-startup</span>>
    </<span class="gmail-pl-ent">servlet</span>>
    <<span class="gmail-pl-ent">servlet-mapping</span>>
        <<span class="gmail-pl-ent">servlet-name</span>>ShibCas Auth Servlet</<span class="gmail-pl-ent">servlet-name</span>>
        <<span class="gmail-pl-ent">url-pattern</span>>/Authn/ExtCas/*</<span class="gmail-pl-ent">url-pattern</span>>
    </<span class="gmail-pl-ent">servlet-mapping</span>></pre></div><div>tells the servlet container to send any request for /Authn/ExtCas/ to ShibCas.  If that's missing, the servlet container won't know where to send you.  You should check the servlet container's logs to make sure that it was receiving the requests and you should find the 404 errors in them.<br></div><div><br></div><div>If you can't find the 404's in the servlet container logs, then you might be ending up at the wrong port or host entirely.  I don't know if you intended to arrive at port 8443, but make sure you have that configured right too.<br></div><div><br></div><div>Hope this helps,</div><div>Nate.<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 3, 2018 at 10:00 AM, fazla <span dir="ltr"><<a href="mailto:fazlarabby043264@gmail.com" target="_blank">fazlarabby043264@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Than you Tom for the reply. <br>
<br>
I have added the service in cas-protocol under reloadableServiceRegistry <br>
<br>
    <bean id="reloadableServiceRegistry"<br>
<br>
class="%{idp.cas.<wbr>serviceRegistryClass:net.<wbr>shibboleth.idp.cas.service.<wbr>PatternServiceRegistry}"><br>
        <property name="definitions"><br>
            <list><br>
<br>
                <bean class="net.shibboleth.idp.cas.<wbr>service.ServiceDefinition"<br>
                        c:regex="^(https|http)://<wbr>urlofmyservice.*"<br>
                        p:group="multisite"<br>
                        p:authorizedToProxy="false" /><br>
            </list><br>
        </property><br>
    </bean><br>
Is this where we are supposed to put the services. <br>
<br>
this is what I get in return.<br>
<br>
<a href="https://localhost:8443/idp/Authn/ExtCas?conversation=e1s1" rel="noreferrer" target="_blank">https://localhost:8443/idp/<wbr>Authn/ExtCas?conversation=e1s1</a><br>
<br>
In browser<br>
HTTP ERROR 404<br>
<br>
Problem accessing /idp/Authn/ExtCas. Reason: <br>
  Not Found<br>
<br>
Nothing in the IDP logs.<br>
<span class="im HOEnZb"><br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html" rel="noreferrer" target="_blank">http://shibboleth.1660669.n2.<wbr>nabble.com/Shibboleth-Users-<wbr>f1660767.html</a><br>
</span><div class="HOEnZb"><div class="h5">-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/<wbr>confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br>
</div></div></blockquote></div><br></div>