Add missing @Consumes annotation to UserResource.addFederatedIdentity

Closes #41188

Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
This commit is contained in:
Stefan Guilhen
2025-08-07 17:00:33 -03:00
committed by Pedro Igor
parent 168d9cc090
commit 48886a3812
@@ -511,6 +511,7 @@ public class UserResource {
@Path("federated-identity/{provider}")
@POST
@NoCache
@Consumes(MediaType.APPLICATION_JSON)
@Tag(name = KeycloakOpenAPI.Admin.Tags.USERS)
@Operation(summary = "Add a social login provider to the user")
@APIResponses(value = {