thank you for the quick response ;-)
here are the modules added in the build.gradle:
    implementation 
"org.apereo.cas:cas-server-support-json-service-registry:${casServerVersion}"
    implementation 
"org.apereo.cas:cas-server-support-ldap:${project.'cas.version'}"
    implementation "org.apereo.cas: 
cas-server-webapp${project.appServer}:${casServerVersion}"

and cas.serviceRegistry.json.location=file:///etc/cas/services is correctly 
configured:

cas.properties:
cas.server.name=https://belenios.eca.eu
cas.server.prefix=${cas.server.name}/cas

logging.config=file:/etc/cas/config/log4j2.xml
cas.serviceRegistry.initFromJson=true
cas.serviceRegistry.json.location=file:///etc/cas/services

cas.authn.accept.users=
### Connexion LDAP
cas.authn.ldap\[0\].providerClass=org.ldaptive.provider.unboundid.UnboundIDProvider
cas.authn.ldap\[0\].type=AUTHENTICATED
cas.authn.ldap\[0\].useSsl=true
...

I have activated the debug and here are the logs 
2020-09-25 13:02:49,081 INFO 
[org.apereo.cas.services.AbstractServicesManager] - <Loaded [1] service(s) 
from [JsonServiceRegistry].>
2020-09-25 13:03:01,934 DEBUG 
[org.apereo.cas.ticket.registry.AbstractMapBasedTicketRegistry] - <Ticket 
[TGT-1-*****8ovoFM8IAk-belenios] could not be found>
25-Sep-2020 13:03:02.176 WARNING [https-jsse-nio-443-exec-6] 
javax.persistence.spi.PersistenceProviderResolverHolder$DefaultPersistenceProviderResolver.log
 
javax.persistence.spi::No valid providers found.
2020-09-25 13:03:02,207 DEBUG 
[org.apereo.cas.web.flow.login.InitialFlowSetupAction] - <Setting path for 
cookies for warn cookie generator to: [/cas/]>
2020-09-25 13:03:02,208 DEBUG 
[org.apereo.cas.web.flow.login.InitialFlowSetupAction] - <Setting path for 
cookies for TGC cookie generator to: [/cas/]>
2020-09-25 13:03:02,215 DEBUG 
[org.apereo.cas.web.flow.login.InitialFlowSetupAction] - <Placing service 
in context scope: 
[https://belenios.eca.eu:8001/auth/cas?state=oxnzF3WnHV7qAn]>
2020-09-25 13:03:02,218 WARN 
[org.apereo.cas.services.RegisteredServiceAccessStrategyUtils] - 
<Unauthorized Service Access. Service [] is not found in service registry.>
2020-09-25 13:03:04,029 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:custom_messages_en] - neither plain properties nor XML>
2020-09-25 13:03:04,030 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:custom_messages] - neither plain properties nor XML>
2020-09-25 13:03:04,031 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:messages_en] - neither plain properties nor XML>
2020-09-25 13:03:04,039 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <Loading properties 
[messages.properties] with encoding 'UTF-8'>
2020-09-25 13:03:04,822 DEBUG 
[org.apereo.cas.ticket.registry.AbstractMapBasedTicketRegistry] - <Ticket 
[TGT-1-*****8ovoFM8IAk-belenios] could not be found>
2020-09-25 13:03:05,205 DEBUG 
[org.apereo.cas.ticket.registry.AbstractMapBasedTicketRegistry] - <Ticket 
[TGT-1-*****8ovoFM8IAk-belenios] could not be found>
2020-09-25 13:03:07,952 INFO 
[org.apereo.cas.services.AbstractServicesManager] - <Loaded [1] service(s) 
from [JsonServiceRegistry].>
2020-09-25 13:03:17,974 INFO 
[org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] 
expired tickets removed.>
2020-09-25 13:03:17,975 DEBUG 
[org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <Finished 
ticket cleanup.>



Le vendredi 25 septembre 2020 à 12:04:21 UTC+2, Marc Maurice a écrit :

> You need that in build.gradle :
>
>     implementation 
>
> "org.apereo.cas:cas-server-support-json-service-registry:${casServerVersion}"
>
> And that in cas.properties :
>
> cas.service-registry.json.location=file:///etc/cas/services
>
>
> Can you check?
>
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/904b6923-0f23-4bbf-a835-1abe66300f79n%40apereo.org.

Reply via email to