Skip to content

Commit

Permalink
fix bean configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bechte committed Nov 30, 2023
1 parent 103ec67 commit a8145bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<alias name="cxAuth0CustomerReplicationStrategy" alias="customerReplicationStrategy"/>
<bean id="cxAuth0CustomerReplicationStrategy" class="tools.sapcx.commerce.sso.auth0.replication.Auth0CustomerReplicationStrategy">
<constructor-arg name="userService" ref="userService"/>
<constructor-arg name="customerReplicationHooks" ref="customerReplicationHooks"/>
<constructor-arg name="customerReplicationHooks" ref="cxCustomerReplicationHooks"/>
<constructor-arg name="auth0RoleForCustomers" value="${sapcxsinglesignon.auth0.customer.role}"/>
<constructor-arg name="isCreationEnabled" value="${sapcxsinglesignon.replicate.creation.enabled}" type="boolean"/>
<constructor-arg name="isRemovalEnabled" value="${sapcxsinglesignon.replicate.removal.enabled}" type="boolean"/>
Expand Down

0 comments on commit a8145bb

Please sign in to comment.