mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-09-10 14:11:09 +00:00
Avoid infinite recursion due proxy bean inheritance
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<value>org.alfresco.repo.web.auth.AuthenticationListener</value>
|
||||
</list>
|
||||
</property>
|
||||
<property name="sourceBeanName" value="${moduleId}.authenticationListener" />
|
||||
<property name="sourceBeanName" value="${moduleId}.keycloakAuthenticationListener" />
|
||||
<property name="defaultTarget">
|
||||
<bean class="org.alfresco.repo.web.auth.NoopAuthenticationListener" />
|
||||
</property>
|
||||
|
@@ -148,7 +148,7 @@
|
||||
<property name="keycloakTicketTokenCache" ref="${moduleId}-ticketTokenCache" />
|
||||
</bean>
|
||||
|
||||
<bean id="${moduleId}.authenticationListener" class="${project.artifactId}.authentication.KeycloakAuthenticationListener">
|
||||
<bean id="${moduleId}.keycloakAuthenticationListener" class="${project.artifactId}.authentication.KeycloakAuthenticationListener">
|
||||
<property name="authenticationService" ref="AuthenticationService" />
|
||||
<property name="keycloakAuthenticationComponent" ref="authenticationComponent" />
|
||||
<property name="keycloakTicketTokenCache" ref="${moduleId}-ticketTokenCache" />
|
||||
|
Reference in New Issue
Block a user