What is the URL for Shibboleth IDP V3 delegates the authentication to CAS
fazla
fazlarabby043264 at gmail.com
Mon Sep 3 23:34:36 EDT 2018
Thank you for your reply. I have added the servlet for receiving a callback
from an external CAS Server on the web.xml in the
edit-webapp/WEB-INF/web.xml
<servlet>
<servlet-name>ShibCas Auth Servlet</servlet-name>
<servlet-class>net.unicon.idp.externalauth.ShibcasAuthServlet</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>ShibCas Auth Servlet</servlet-name>
<url-pattern>/Authn/ExtCas/*</url-pattern>
</servlet-mapping>
added the service in cas-protocol.xml which I already have in the CAS
service registry
<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:\/\/myservice\.mydomain\.edu\.countrycode\/"
p:group="multisite"
p:authorizedToProxy="false" />
</list>
</property>
</bean>
The regex I believe to be right but I am getting this error in the browser
for
https://localhost:8443/idp/status
https://localhost:8443/idp/shibboleth
https://localhost:8443/idp/profile/cas/login?service=https://myservice.mydomain.edu.countrycode/
HTTP ERROR: 503
Problem accessing /idp/profile/cas/login. Reason:
Service Unavailable
this is the Shibboleth\IdP\logs\idp-process
"2018-09-04 02:11:59,389 - INFO
[net.shibboleth.ext.spring.service.ReloadableSpringService:387] - Service
'shibboleth.RelyingPartyResolverService': Reload complete
2018-09-04 02:11:59,389 - INFO
[net.shibboleth.utilities.java.support.service.AbstractReloadableService:199]
- Service 'shibboleth.RelyingPartyResolverService': Reload time set to:
900000, starting refresh thread
2018-09-04 02:11:59,498 - INFO
[net.shibboleth.utilities.java.support.service.AbstractReloadableService:172]
- Service 'shibboleth.ReloadableAccessControlService': Performing initial
load
2018-09-04 02:11:59,498 - INFO
[net.shibboleth.utilities.java.support.service.AbstractReloadableService:258]
- Service 'shibboleth.ReloadableAccessControlService': Reloading service
configuration
2018-09-04 02:11:59,498 - INFO
[net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317]
- Loading XML bean definitions from file [C:\Program Files
(x86)\Shibboleth\IdP\conf\access-control.xml]
2018-09-04 02:11:59,514 - INFO
[net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317]
- Loading XML bean definitions from file [C:\Program Files
(x86)\Shibboleth\IdP\system\conf\access-control-system.xml]
2018-09-04 02:11:59,514 - INFO
[net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:583]
- Refreshing ApplicationContext:shibboleth.ReloadableAccessControlService:
startup date [Tue Sep 04 02:11:59 UTC 2018]; parent: Root
WebApplicationContext
2018-09-04 02:11:59,701 - INFO
[net.shibboleth.ext.spring.service.ReloadableSpringService:380] - Service
'shibboleth.ReloadableAccessControlService': Completed reload and swapped in
latest configuration for service 'shibboleth.ReloadableAccessControlService'
2018-09-04 02:11:59,701 - INFO
[net.shibboleth.ext.spring.service.ReloadableSpringService:387] - Service
'shibboleth.ReloadableAccessControlService': Reload complete
2018-09-04 02:11:59,701 - INFO
[net.shibboleth.utilities.java.support.service.AbstractReloadableService:199]
- Service 'shibboleth.ReloadableAccessControlService': Reload time set to:
300000, starting refresh thread
2018-09-04 02:11:59,748 - INFO
[net.shibboleth.utilities.java.support.service.AbstractReloadableService:172]
- Service 'shibboleth.ReloadableCASServiceRegistry': Performing initial load
2018-09-04 02:11:59,748 - INFO
[net.shibboleth.utilities.java.support.service.AbstractReloadableService:258]
- Service 'shibboleth.ReloadableCASServiceRegistry': Reloading service
configuration
2018-09-04 02:11:59,748 - INFO
[net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317]
- Loading XML bean definitions from file [C:\Program Files
(x86)\Shibboleth\IdP\conf\cas-protocol.xml]
2018-09-04 02:11:59,748 - INFO
[net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:583]
- Refreshing ApplicationContext:shibboleth.ReloadableCASServiceRegistry:
startup date [Tue Sep 04 02:11:59 UTC 2018]; parent: Root
WebApplicationContext
2018-09-04 02:11:59,764 - INFO
[net.shibboleth.ext.spring.service.ReloadableSpringService:380] - Service
'shibboleth.ReloadableCASServiceRegistry': Completed reload and swapped in
latest configuration for service 'shibboleth.ReloadableCASServiceRegistry'
2018-09-04 02:11:59,764 - INFO
[net.shibboleth.ext.spring.service.ReloadableSpringService:387] - Service
'shibboleth.ReloadableCASServiceRegistry': Reload complete
2018-09-04 02:11:59,764 - INFO
[net.shibboleth.utilities.java.support.service.AbstractReloadableService:199]
- Service 'shibboleth.ReloadableCASServiceRegistry': Reload time set to:
900000, starting refresh thread"
and nothing in the this is the Shibboleth\IdP\logs\idp-warn
--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list