Hello !
After the migration from 6.6.3 to 7.0.5.1 I have like this:
org.springframework.beans.factory.NoUniqueBeanDefinitionException: No
qualifying bean of type 'org.springframework.core.task.TaskExecutor'
available: expected single matching bean but found 2:
applicationTaskExecutor,taskScheduler
==================================================================================
2024-07-29 11:21:34,536 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean
'delegatingApplicationListener'>
2024-07-29 11:21:34,536 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'refreshEventListener'>
2024-07-29 11:21:34,536 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'startupTimeMetrics'>
2024-07-29 11:21:34,537 INFO
[org.apereo.cas.services.mgmt.AbstractServicesManager] - <Loaded [3]
service(s) from [JsonServiceRegistry,RedisServiceRegistry].>
2024-07-29 11:21:34,537 TRACE
[org.springframework.context.event.ApplicationListenerMethodAdapter] - <No
result object given - no result to handle>
2024-07-29 11:21:34,537 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean
'casWebApplicationReadyListener'>
2024-07-29 11:21:34,540 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'applicationTaskExecutor'>
2024-07-29 11:21:34,540 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'taskScheduler'>
2024-07-29 11:21:34,541 DEBUG
[org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor]
- <Could not find unique TaskExecutor bean. Continuing search for an
Executor bean named 'taskExecutor'>
org.springframework.beans.factory.NoUniqueBeanDefinitionException: No
qualifying bean of type 'org.springframework.core.task.TaskExecutor'
available: expected single matching bean but found 2:
applicationTaskExecutor,taskScheduler
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveNamedBean(DefaultListableBeanFactory.java:1312)
~[spring-beans-6.1.2.jar:6.1.2]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveBean(DefaultListableBeanFactory.java:486)
~[spring-beans-6.1.2.jar:6.1.2]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:341)
~[spring-beans-6.1.2.jar:6.1.2]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:334)
~[spring-beans-6.1.2.jar:6.1.2]
at
org.springframework.aop.interceptor.AsyncExecutionAspectSupport.getDefaultExecutor(AsyncExecutionAspectSupport.java:243)
~[spring-aop-6.1.2.jar:6.1.2]
at
org.springframework.aop.interceptor.AsyncExecutionInterceptor.getDefaultExecutor(AsyncExecutionInterceptor.java:160)
~[spring-aop-6.1.2.jar:6.1.2]
at
org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$configure$2(AsyncExecutionAspectSupport.java:123)
~[spring-aop-6.1.2.jar:6.1.2]
at
org.springframework.util.function.SingletonSupplier.get(SingletonSupplier.java:109)
~[spring-core-6.1.2.jar:6.1.2]
at
org.springframework.aop.interceptor.AsyncExecutionAspectSupport.determineAsyncExecutor(AsyncExecutionAspectSupport.java:182)
~[spring-aop-6.1.2.jar:6.1.2]
at
org.springframework.aop.interceptor.AsyncExecutionInterceptor.invoke(AsyncExecutionInterceptor.java:107)
~[spring-aop-6.1.2.jar:6.1.2]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
~[spring-aop-6.1.2.jar:6.1.2]
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:249)
~[spring-aop-6.1.2.jar:6.1.2]
at jdk.proxy3/jdk.proxy3.$Proxy171.handleApplicationReadyEvent(Unknown
Source) ~[?:?]
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at
org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:365)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:237)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:168)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:178)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:149)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:451)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:384)
~[spring-context-6.1.2.jar:6.1.2]
at
org.springframework.boot.context.event.EventPublishingRunListener.ready(EventPublishingRunListener.java:109)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.springframework.boot.SpringApplicationRunListeners.lambda$ready$6(SpringApplicationRunListeners.java:80)
~[spring-boot-3.2.1.jar:3.2.1]
at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
at
org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:118)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:112)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.springframework.boot.SpringApplicationRunListeners.ready(SpringApplicationRunListeners.java:80)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:352)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:174)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:154)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:96)
~[spring-boot-3.2.1.jar:3.2.1]
at
org.apereo.cas.util.spring.boot.AbstractCasSpringBootServletInitializer.onStartup(AbstractCasSpringBootServletInitializer.java:34)
~[cas-server-core-util-api-7.0.5.1.jar:7.0.5.1]
at
org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:171)
~[spring-web-6.1.2.jar:6.1.2]
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4414)
~[catalina.jar:10.1.26]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:599)
~[catalina.jar:10.1.26]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:571)
~[catalina.jar:10.1.26]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:654)
~[catalina.jar:10.1.26]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:969)
~[catalina.jar:10.1.26]
at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1911)
~[catalina.jar:10.1.26]
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
~[?:?]
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
~[tomcat-util.jar:10.1.26]
at
java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123)
~[?:?]
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:771)
~[catalina.jar:10.1.26]
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:423)
~[catalina.jar:10.1.26]
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1629)
~[catalina.jar:10.1.26]
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:303)
~[catalina.jar:10.1.26]
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:109)
~[catalina.jar:10.1.26]
at
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:385)
~[catalina.jar:10.1.26]
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:332)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:776)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:772)
~[catalina.jar:10.1.26]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1203)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1193)
~[catalina.jar:10.1.26]
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
~[tomcat-util.jar:10.1.26]
at
java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
~[?:?]
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:749)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:203)
~[catalina.jar:10.1.26]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.StandardService.startInternal(StandardService.java:415)
~[catalina.jar:10.1.26]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164)
~[catalina.jar:10.1.26]
at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:874)
~[catalina.jar:10.1.26]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164)
~[catalina.jar:10.1.26]
at org.apache.catalina.startup.Catalina.start(Catalina.java:757)
~[catalina.jar:10.1.26]
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345)
~[bootstrap.jar:10.1.26]
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
~[bootstrap.jar:10.1.26]
2024-07-29 11:21:34,541 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'applicationTaskExecutor'>
2024-07-29 11:21:34,541 TRACE
[org.springframework.context.event.ApplicationListenerMethodAdapter] - <No
result object given - no result to handle>
2024-07-29 11:21:34,542 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean
'CasWebflowExecutionConfiguration'>
2024-07-29 11:21:34,542 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean
'cas-org.apereo.cas.configuration.CasConfigurationProperties'>
2024-07-29 11:21:34,542 DEBUG
[org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl]
- <Getting FlowDefinition with id 'login'>
2024-07-29 11:21:34,542 TRACE
[org.springframework.context.event.ApplicationListenerMethodAdapter] - <No
result object given - no result to handle>
2024-07-29 11:21:34,542 INFO [org.apereo.cas.web.CasWebApplicationReady] -
< [36m>
2024-07-29 11:21:34,542 INFO [org.apereo.cas.web.CasWebApplicationReady] - <


 ____     ___   ____  ___    __ __
|    \   /  _] /    T|   \  |  T  T
|  D  ) /  [_ Y  o  ||    \ |  |  |
|    / Y    _]|     ||  D  Y|  ~  |
|    \ |   [_ |  _  ||     |l___, |
|  .  Y|     T|  |  ||     ||     !
l__j\_jl_____jl__j__jl_____jl____/

CAS is now running at https://cas.csoec.cas/cas
>
2024-07-29 11:21:34,542 INFO [org.apereo.cas.web.CasWebApplicationReady] -
< [0m>
2024-07-29 11:21:34,542 TRACE
[org.springframework.context.event.ApplicationListenerMethodAdapter] - <No
result object given - no result to handle>
2024-07-29 11:21:34,542 INFO [org.apereo.cas.web.CasWebApplicationReady] -
<Ready to process requests @ [2024-07-29T11:21:34.376Z]>
2024-07-29 11:21:34,542 INFO
[org.apereo.cas.configuration.CasConfigurationPropertiesValidator] -
<Validating CAS property sources and configuration for active profiles
[[prod, standalone]]. Please wait...>
2024-07-29 11:21:34,542 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean
'cas-org.apereo.cas.configuration.CasConfigurationProperties'>
2024-07-29 11:21:34,543 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean
'delegatingApplicationListener'>
2024-07-29 11:21:34,543 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'applicationAvailability'>
2024-07-29 11:21:34,543 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'refreshEventListener'>
2024-07-29 11:21:34,543 TRACE
[org.springframework.beans.factory.support.DefaultListableBeanFactory] -
<Returning cached instance of singleton bean 'startupTimeMetrics'>
2024-07-29 11:21:34,543 DEBUG
[org.springframework.boot.availability.ApplicationAvailabilityBean] -
<Application availability state ReadinessState changed to ACCEPTING_TRAFFIC>
2024-07-29 11:21:34,543 DEBUG
[org.apereo.cas.support.saml.idp.DefaultSamlIdPCasEventListener] -
<Attempting to generate/fetch SAML IdP metadata...>
2024-07-29 11:21:34,543 DEBUG
[org.apereo.cas.support.saml.idp.metadata.generator.BaseSamlIdPMetadataGenerator]
- <Preparing to generate metadata for entity id [https://cas.csoec.cas]>
2024-07-29 11:21:34,543 TRACE
[org.apereo.cas.support.saml.idp.metadata.locator.AbstractSamlIdPMetadataLocator]
- <No registered service provided; using default cache key for metadata>
2024-07-29 11:21:34,543 TRACE
[org.apereo.cas.support.saml.idp.DefaultSamlIdPCasEventListener] -
<Generated SAML IdP metadata document is
[org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument@205ee055
]>
2024-07-29 11:21:34,557 DEBUG
[org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter] -
<Filter 'requestContextFilter' configured for use>
2024-07-29 11:21:34,558 DEBUG
[org.springframework.boot.web.servlet.support.ErrorPageFilter$1] - <Filter
'errorPageFilterRegistration' configured for use>
2024-07-29 11:21:34,558 DEBUG
[org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter]
- <Filter 'characterEncodingFilter' configured for use>
2024-07-29 11:21:34,558 DEBUG
[org.springframework.web.filter.ServerHttpObservationFilter] - <Filter
'webMvcObservationFilter' configured for use>
2024-07-29 11:21:34,558 DEBUG
[org.springframework.web.servlet.resource.ResourceUrlEncodingFilter] -
<Filter 'resourceUrlEncodingFilter' configured for use>
2024-07-29 11:21:34,558 DEBUG [org.springframework.web.filter.CorsFilter] -
<Filter 'corsFilter' configured for use>
2024-07-29 11:21:34,560 DEBUG
[org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean$1]
- <Filter 'springSecurityFilterChain' configured for use>
2024-07-29 11:21:34,560 DEBUG
[org.springframework.boot.web.servlet.filter.OrderedFormContentFilter] -
<Filter 'formContentFilter' configured for use>
2024-07-29 11:21:34,783 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.baseDn'>
2024-07-29 11:21:34,783 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.filter'>
2024-07-29 11:21:34,784 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.bindCredential'>
2024-07-29 11:21:34,784 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.baseDn'>
2024-07-29 11:21:34,784 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.bindDn'>
2024-07-29 11:21:34,785 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.url'>
2024-07-29 11:21:34,894 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.baseDn'>
2024-07-29 11:21:34,895 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.baseDn'>
2024-07-29 11:21:34,895 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.filter'>
2024-07-29 11:21:34,896 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.bindCredential'>
2024-07-29 11:21:34,898 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.ldap.url'>
2024-07-29 11:21:35,208 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claimsMap.nickname'>
2024-07-29 11:21:35,208 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claimsMap.name'>
2024-07-29 11:21:35,208 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claimsMap.email'>
2024-07-29 11:21:35,208 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claimsMap.given_name'>
2024-07-29 11:21:35,208 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claimsMap.family_name'>
2024-07-29 11:21:35,208 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claimsMap.phone_number'>
2024-07-29 11:21:35,209 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claimsMap.gender'>
2024-07-29 11:21:35,209 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'cas.server.name'>
2024-07-29 11:21:35,209 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'cas.server.prefix'>
2024-07-29 11:21:35,210 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.userDefinedScopes.full'>
2024-07-29 11:21:35,213 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.claims'>
2024-07-29 11:21:35,228 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.oidc.scopes'>
2024-07-29 11:21:35,475 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'cas.server.name'>
2024-07-29 11:21:35,790 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.custom.messageFR'>
2024-07-29 11:21:35,791 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.custom.messageEN'>
2024-07-29 11:21:35,791 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.custom.env'>
2024-07-29 11:21:36,101 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'cas.server.name'>
2024-07-29 11:21:36,101 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'cas.server.name'>
2024-07-29 11:21:36,163 TRACE
[org.springframework.beans.TypeConverterDelegate] - <Converting String to
[interface org.springframework.core.io.Resource] using property editor
[org.springframework.core.io.ResourceEditor@194a362d]>
2024-07-29 11:21:36,187 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.database'>
2024-07-29 11:21:36,187 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.host'>
2024-07-29 11:21:36,188 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.password'>
2024-07-29 11:21:36,191 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.port'>
2024-07-29 11:21:36,370 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.database'>
2024-07-29 11:21:36,370 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.host'>
2024-07-29 11:21:36,370 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.password'>
2024-07-29 11:21:36,373 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.redis.port'>
2024-07-29 11:21:36,378 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'tgt.max-time-to-live-in-seconds'>
2024-07-29 11:21:36,378 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'tgt.time-to-kill-in-seconds'>
2024-07-29 11:21:36,386 TRACE
[org.springframework.util.PropertyPlaceholderHelper] - <Resolved
placeholder 'csoec.service.default'>
2024-07-29 11:21:36,424 INFO
[org.apereo.cas.configuration.CasConfigurationPropertiesValidator] -
<Validated CAS property sources and configuration successfully.>
2024-07-29 11:21:44,413 INFO
[org.apereo.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter]
- <Beginning cleanup to release throttled records...>
2024-07-29 11:21:44,415 DEBUG
[org.apereo.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter]
- <Done releasing throttled entries.>
2024-07-29 11:21:50,588 DEBUG [org.quartz.core.QuartzSchedulerThread] -
<batch acquisition of 0 triggers>
2024-07-29 11:21:54,365 TRACE
[org.apereo.cas.services.mgmt.AbstractServicesManager] - <Loading services
from [JsonServiceRegistry,RedisServiceRegistry]>
2024-07-29 11:21:54,365 TRACE
[org.apereo.cas.services.resource.AbstractResourceBasedServiceRegistry] -
<Loading files from [/opt/cas/services]>
2024-07-29 11:21:54,366 TRACE
[org.apereo.cas.services.resource.AbstractResourceBasedServiceRegistry] -
<Located [[json]] files from [/opt/cas/services] are
[[/opt/cas/services/OIDC-000001.json]]>
2024-07-29 11:21:54,366 DEBUG
[org.apereo.cas.services.resource.AbstractResourceBasedServiceRegistry] -
<Attempting to read and parse [/opt/cas/services/OIDC-000001.json]>
2024-07-29 11:21:54,367 TRACE
[org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer] -
<Attempting to consume
[{"@class":"org.apereo.cas.services.OidcRegisteredService","clientId":"a0cd64372db6ecf39c317c0c74ce90f02d8ad7d510ce054883b759d666a996bc","clientSecret":"a970fc88b3111fcfdce515c2ee03488d8a349e5379a3ba2aa48c225dcea243a5","serviceId":"^(http|https)//:.*","name":"OpenID
Connect","id":1,"scopes":["java.util.HashSet",["profile","email","phone","full"]],"attributeReleasePolicy":{"@class":"org.apereo.cas.services.ReturnAllAttributeReleasePolicy"}}]>
2024-07-29 11:21:54,368 TRACE
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Reconciling
OpenId Connect scopes and claims for [^(http|https)//:.*]>
2024-07-29 11:21:54,368 TRACE
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Reviewing
scope [phone] for [^(http|https)//:.*]>
2024-07-29 11:21:54,368 DEBUG
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Mapped
[phone] to attribute release policy [OidcPhoneScopeAttributeReleasePolicy]>
2024-07-29 11:21:54,368 TRACE
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Reviewing
scope [email] for [^(http|https)//:.*]>
2024-07-29 11:21:54,368 DEBUG
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Mapped
[email] to attribute release policy [OidcEmailScopeAttributeReleasePolicy]>
2024-07-29 11:21:54,368 TRACE
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Reviewing
scope [profile] for [^(http|https)//:.*]>
2024-07-29 11:21:54,368 DEBUG
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Mapped
[profile] to attribute release policy
[OidcProfileScopeAttributeReleasePolicy]>
2024-07-29 11:21:54,368 TRACE
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Reviewing
scope [full] for [^(http|https)//:.*]>
2024-07-29 11:21:54,368 DEBUG
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <[full]
appears to be a user-defined scope and does not match any of the predefined
standard scopes. Checking [full] against user-defined scopes provided as
[[BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[userId, allowMarketing, title, forename, surname, email,
tel, mobile, line1, line2, line3, line4, line5, line6], claimMappings={},
scopeType=custom)]]>
2024-07-29 11:21:54,368 DEBUG
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Mapped [full]
to attribute release policy [OidcCustomScopeAttributeReleasePolicy]>
2024-07-29 11:21:54,368 TRACE
[org.apereo.cas.oidc.services.OidcServiceRegistryListener] - <Scope/claim
reconciliation for service [^(http|https)//:.*] resulted in the following
attribute release policy
[ChainingAttributeReleasePolicy(policies=[BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[phone_number, phone_number_verified], claimMappings={},
scopeType=phone),
BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[email, email_verified], claimMappings={},
scopeType=email),
BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[name, family_name, given_name, middle_name, nickname,
preferred_username, profile, picture, website, gender, birthdate, zoneinfo,
locale, updated_at], claimMappings={}, scopeType=profile),
BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[userId, allowMarketing, title, forename, surname, email,
tel, mobile, line1, line2, line3, line4, line5, line6], claimMappings={},
scopeType=custom)], mergingPolicy=REPLACE, order=0)]>
2024-07-29 11:21:54,369 TRACE
[org.apereo.cas.services.AbstractServiceRegistry] - <Publishing event
[CasRegisteredServiceLoadedEvent(super=AbstractCasEvent(clientInfo=null),
registeredService=OidcRegisteredService(super=OAuthRegisteredService(super=BaseRegisteredService(serviceId=^(http|https)//:.*,
name=OpenID Connect, theme=null, locale=null, informationUrl=null,
privacyUrl=null, templateName=null, id=1, description=null,
expirationPolicy=DefaultRegisteredServiceExpirationPolicy(deleteWhenExpired=false,
notifyWhenDeleted=false, notifyWhenExpired=false, expirationDate=null),
ticketGrantingTicketExpirationPolicy=null, evaluationOrder=0,
usernameAttributeProvider=org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider@f44eb360,
logoutType=BACK_CHANNEL, environments=[],
attributeReleasePolicy=ChainingAttributeReleasePolicy(policies=[BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[phone_number, phone_number_verified], claimMappings={},
scopeType=phone),
BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[email, email_verified], claimMappings={},
scopeType=email),
BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[name, family_name, given_name, middle_name, nickname,
preferred_username, profile, picture, website, gender, birthdate, zoneinfo,
locale, updated_at], claimMappings={}, scopeType=profile),
BaseOidcScopeAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[userId, allowMarketing, title, forename, surname, email,
tel, mobile, line1, line2, line3, line4, line5, line6], claimMappings={},
scopeType=custom)], mergingPolicy=REPLACE, order=0),
multifactorAuthenticationPolicy=DefaultRegisteredServiceMultifactorPolicy(multifactorAuthenticationProviders=[],
failureMode=UNDEFINED, principalAttributeNameTrigger=null,
principalAttributeValueToMatch=null, bypassEnabled=false,
forceExecution=false, bypassTrustedDeviceEnabled=false,
bypassPrincipalAttributeName=null, bypassPrincipalAttributeValue=null,
script=null, bypassIfMissingPrincipalAttribute=false), publicKey=null,
matchingStrategy=FullRegexRegisteredServiceMatchingStrategy(servicePattern=null),
logo=null, logoutUrl=null,
accessStrategy=DefaultRegisteredServiceAccessStrategy(order=0,
enabled=true, ssoEnabled=true, unauthorizedRedirectUrl=null,
requireAllAttributes=true, requiredAttributes={}, rejectedAttributes={},
caseInsensitive=false, activationCriteria=null),
authenticationPolicy=DefaultRegisteredServiceAuthenticationPolicy(requiredAuthenticationHandlers=[],
excludedAuthenticationHandlers=[], criteria=null), properties={},
contacts=[]), clientSecret=********,
clientId=a0cd64372db6ecf39c317c0c74ce90f02d8ad7d510ce054883b759d666a996bc,
bypassApprovalPrompt=false, generateRefreshToken=false,
renewRefreshToken=false, jwtAccessToken=false,
jwtAccessTokenSigningAlg=null, audience=[], codeExpirationPolicy=null,
accessTokenExpirationPolicy=null, refreshTokenExpirationPolicy=null,
deviceTokenExpirationPolicy=null, supportedGrantTypes=[],
supportedResponseTypes=[], userProfileViewType=null, scopes=[phone, email,
profile, full], responseMode=null, introspectionSignedResponseAlg=RS512,
introspectionEncryptedResponseAlg=null,
introspectionEncryptedResponseEncoding=null,
tokenEndpointAuthenticationMethod=null, tlsClientAuthSubjectDn=null,
tlsClientAuthSanDns=null, tlsClientAuthSanUri=null,
tlsClientAuthSanIp=null, tlsClientAuthSanEmail=null), jwks=null,
jwksKeyId=null, jwksCacheDuration=null, signIdToken=true,
encryptIdToken=false, idTokenEncryptionOptional=false,
idTokenEncryptionAlg=null, idTokenSigningAlg=null, userInfoSigningAlg=null,
userInfoEncryptedResponseAlg=null, userInfoEncryptedResponseEncoding=null,
idTokenEncryptionEncoding=null, idTokenIssuer=null,
sectorIdentifierUri=null, applicationType=web, subjectType=public,
clientSecretExpiration=0, idTokenExpirationPolicy=null))]>
2024-07-29 11:21:54,369 TRACE
[org.apereo.cas.services.AbstractServiceRegistry] - <Publishing event
[CasRegisteredServiceLoadedEvent(super=AbstractCasEvent(clientInfo=null),
registeredService=BaseRegisteredService(serviceId=
https://cas.csoec.cas/cas/oauth2.0/callbackAuthorize.*,
name=CasRegisteredService, theme=null, locale=null, informationUrl=null,
privacyUrl=null, templateName=null, id=2684089868919214080,
description=OAuth Authentication Callback Request URL,
expirationPolicy=DefaultRegisteredServiceExpirationPolicy(deleteWhenExpired=false,
notifyWhenDeleted=false, notifyWhenExpired=false, expirationDate=null),
ticketGrantingTicketExpirationPolicy=null, evaluationOrder=-2147483648,
usernameAttributeProvider=org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider@f44eb360,
logoutType=BACK_CHANNEL, environments=[],
attributeReleasePolicy=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=true,
authorizedToReleaseAuthenticationAttributes=false,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
multifactorAuthenticationPolicy=DefaultRegisteredServiceMultifactorPolicy(multifactorAuthenticationProviders=[],
failureMode=UNDEFINED, principalAttributeNameTrigger=null,
principalAttributeValueToMatch=null, bypassEnabled=false,
forceExecution=false, bypassTrustedDeviceEnabled=false,
bypassPrincipalAttributeName=null, bypassPrincipalAttributeValue=null,
script=null, bypassIfMissingPrincipalAttribute=false), publicKey=null,
matchingStrategy=FullRegexRegisteredServiceMatchingStrategy(servicePattern=null),
logo=null, logoutUrl=null,
accessStrategy=DefaultRegisteredServiceAccessStrategy(order=0,
enabled=true, ssoEnabled=true, unauthorizedRedirectUrl=null,
requireAllAttributes=true, requiredAttributes={}, rejectedAttributes={},
caseInsensitive=false, activationCriteria=null),
authenticationPolicy=DefaultRegisteredServiceAuthenticationPolicy(requiredAuthenticationHandlers=[],
excludedAuthenticationHandlers=[], criteria=null), properties={},
contacts=[]))]>
2024-07-29 11:21:54,369 DEBUG [io.lettuce.core.RedisChannelHandler] -
<dispatching command AsyncCommand [type=SCAN, output=KeyScanOutput
[output=io.lettuce.core.KeyScanCursor@28de2e43, error='null'],
commandType=io.lettuce.core.protocol.Command]>
2024-07-29 11:21:54,370 DEBUG [io.lettuce.core.protocol.DefaultEndpoint] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379, epid=0x4]
write() writeAndFlush command AsyncCommand [type=SCAN, output=KeyScanOutput
[output=io.lettuce.core.KeyScanCursor@28de2e43, error='null'],
commandType=io.lettuce.core.protocol.Command]>
2024-07-29 11:21:54,370 DEBUG [io.lettuce.core.protocol.DefaultEndpoint] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379, epid=0x4]
write() done>
2024-07-29 11:21:54,370 DEBUG [io.lettuce.core.protocol.CommandHandler] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379, epid=0x4,
chid=0x4] write(ctx, AsyncCommand [type=SCAN, output=KeyScanOutput
[output=io.lettuce.core.KeyScanCursor@28de2e43, error='null'],
commandType=io.lettuce.core.protocol.Command], promise)>
2024-07-29 11:21:54,371 DEBUG [io.lettuce.core.protocol.CommandEncoder] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379] writing
command AsyncCommand [type=SCAN, output=KeyScanOutput
[output=io.lettuce.core.KeyScanCursor@28de2e43, error='null'],
commandType=io.lettuce.core.protocol.Command]>
2024-07-29 11:21:54,371 TRACE [io.lettuce.core.protocol.CommandEncoder] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379] Sent: *4
$4
SCAN
$1
0
$5
MATCH
$19
RegisteredService:*>
2024-07-29 11:21:54,372 DEBUG [io.lettuce.core.protocol.CommandHandler] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379, epid=0x4,
chid=0x4] Received: 15 bytes, 1 commands in the stack>
2024-07-29 11:21:54,372 TRACE [io.lettuce.core.protocol.CommandHandler] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379, epid=0x4,
chid=0x4] Buffer: *2
$1
0
*0>
2024-07-29 11:21:54,372 DEBUG [io.lettuce.core.protocol.CommandHandler] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379, epid=0x4,
chid=0x4] Stack contains: 1 commands>
2024-07-29 11:21:54,372 DEBUG [io.lettuce.core.protocol.RedisStateMachine]
- <Decode done, empty stack: true>
2024-07-29 11:21:54,372 DEBUG [io.lettuce.core.protocol.CommandHandler] -
<[channel=0xb5e2d93d, /172.18.0.3:55206 -> redis/172.18.0.5:6379, epid=0x4,
chid=0x4] Completing command LatencyMeteredCommand [type=SCAN,
output=KeyScanOutput [output=io.lettuce.core.KeyScanCursor@28de2e43,
error='null'], commandType=io.lettuce.core.protocol.AsyncCommand]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.adaptors.redis.services.RedisServiceRegistry] - <Loaded
registered services [[]]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.AbstractServiceRegistry] - <Publishing event
[CasRegisteredServiceLoadedEvent(super=AbstractCasEvent(clientInfo=null),
registeredService=BaseRegisteredService(serviceId=
https://cas.csoec.cas/cas/idp/profile/SAML2/Callback.*,
name=CasRegisteredService, theme=null, locale=null, informationUrl=null,
privacyUrl=null, templateName=null, id=3256283740184147968,
description=SAML Authentication Request Callback,
expirationPolicy=DefaultRegisteredServiceExpirationPolicy(deleteWhenExpired=false,
notifyWhenDeleted=false, notifyWhenExpired=false, expirationDate=null),
ticketGrantingTicketExpirationPolicy=null, evaluationOrder=-2147483648,
usernameAttributeProvider=org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider@f44eb360,
logoutType=BACK_CHANNEL, environments=[],
attributeReleasePolicy=ReturnAllowedAttributeReleasePolicy(super=AbstractRegisteredServiceAttributeReleasePolicy(attributeFilter=null,
principalAttributesRepository=DefaultPrincipalAttributesRepository(),
consentPolicy=DefaultRegisteredServiceConsentPolicy(status=UNDEFINED,
excludedAttributes=null, includeOnlyAttributes=null, order=0,
excludedServices=null), authorizedToReleaseCredentialPassword=false,
authorizedToReleaseProxyGrantingTicket=false,
excludeDefaultAttributes=false,
authorizedToReleaseAuthenticationAttributes=true,
principalIdAttribute=null, order=0, canonicalizationMode=NONE),
allowedAttributes=[]),
multifactorAuthenticationPolicy=DefaultRegisteredServiceMultifactorPolicy(multifactorAuthenticationProviders=[],
failureMode=UNDEFINED, principalAttributeNameTrigger=null,
principalAttributeValueToMatch=null, bypassEnabled=false,
forceExecution=false, bypassTrustedDeviceEnabled=false,
bypassPrincipalAttributeName=null, bypassPrincipalAttributeValue=null,
script=null, bypassIfMissingPrincipalAttribute=false), publicKey=null,
matchingStrategy=FullRegexRegisteredServiceMatchingStrategy(servicePattern=null),
logo=null, logoutUrl=null,
accessStrategy=DefaultRegisteredServiceAccessStrategy(order=0,
enabled=true, ssoEnabled=true, unauthorizedRedirectUrl=null,
requireAllAttributes=true, requiredAttributes={}, rejectedAttributes={},
caseInsensitive=false, activationCriteria=null),
authenticationPolicy=DefaultRegisteredServiceAuthenticationPolicy(requiredAuthenticationHandlers=[],
excludedAuthenticationHandlers=[], criteria=null), properties={},
contacts=[]))]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.mgmt.AbstractServicesManager] - <No environments
are assigned to service [OpenID Connect]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.DefaultRegisteredServicesTemplatesManager] -
<Registered service template directory contains no template definitions, or
registered service [OpenID Connect] does specify template name(s)>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.mgmt.AbstractServicesManager] - <Adding registered
service [^(http|https)//:.*] with name [OpenID Connect] and internal
identifier [1]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.mgmt.AbstractServicesManager] - <No environments
are assigned to service [CasRegisteredService]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.DefaultRegisteredServicesTemplatesManager] -
<Registered service template directory contains no template definitions, or
registered service [CasRegisteredService] does specify template name(s)>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.mgmt.AbstractServicesManager] - <Adding registered
service [https://cas.csoec.cas/cas/oauth2.0/callbackAuthorize.*] with name
[CasRegisteredService] and internal identifier [2684089868919214080]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.mgmt.AbstractServicesManager] - <No environments
are assigned to service [CasRegisteredService]>
2024-07-29 11:21:54,374 TRACE
[org.apereo.cas.services.DefaultRegisteredServicesTemplatesManager] -
<Registered service template directory contains no template definitions, or
registered service [CasRegisteredService] does specify template name(s)>

-- 
- Website: https://apereo.github.io/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/CAGx3xouPFg8G8jKDj152s%3D8z%2Bji24zSo5707Es_LD6HaFfaJ7Q%40mail.gmail.com.

Reply via email to