I think there is a bug in the ServicesManager cache feature since version 6.3.
If i disable the automatic reload of services (cas.service-registry.schedule.enabled: false), the cache expire after 15mn (by default) and the cache is empty.
I can reproduce the problem in Oauth2 protocol : after 15mn, CAS fail to authorize any legitimate service.
The method servicesManager.getAllServicesOfType(OAuthRegisteredService.class) always return an empty collection because it query only the cache and not the ServiceRegistry source.
Regards,
Antoine