Skip to content

Deduplicate syncUser and syncGroup logic in KeycloakAdminService #386

@coderabbitai

Description

@coderabbitai

Description

The syncUser and syncGroup methods in KeycloakAdminService duplicate logic from KeycloakAuthorityPuller. Both synchronization methods should share the same implementation to maintain consistency.

Affected Code

  • syncUser method (line ~183 in KeycloakAdminService.java)
  • syncGroup method (line ~214 in KeycloakAdminService.java)

Both methods have TODO comments indicating the need for deduplication with KeycloakAuthorityPuller.

Related PR

Requested by

@overheadhunter

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions