mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-08 08:01:18 -05:00
Add missing @Consumes annotation to UserResource.addFederatedIdentity
Closes #41188 Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
This commit is contained in:
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 = {
|
||||
|
||||
Reference in New Issue
Block a user