Skip to content

Commit

Permalink
Replace value annotation with aliasEntitiesEnabled bean in ScimUserEn…
Browse files Browse the repository at this point in the history
…dpoints constructor
  • Loading branch information
adrianhoelzl-sap committed Jun 5, 2024
1 parent c607b6b commit f600570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public ScimUserEndpoints(
final ScimGroupMembershipManager membershipManager,
final ScimUserAliasHandler aliasHandler,
final @Qualifier("transactionManager") PlatformTransactionManager transactionManager,
@Value("${login.aliasEntitiesEnabled:false}") final boolean aliasEntitiesEnabled,
@Qualifier("aliasEntitiesEnabled") final boolean aliasEntitiesEnabled,
final @Value("${userMaxCount:500}") int userMaxCount
) {
if (userMaxCount <= 0) {
Expand Down

0 comments on commit f600570

Please sign in to comment.