Why does removing consumes = MediaType.APPLICATION_FORM_URLENCODED_VALUE from Feign client resolve my Keycloak token request?
I’m working with Feign in a Spring Boot application to integrate with Keycloak’s token endpoint. I have the following Feign client setup to request an access token:
Why does removing consumes = MediaType.APPLICATION_FORM_URLENCODED_VALUE from Feign client resolve my Keycloak token request?
I’m working with Feign in a Spring Boot application to integrate with Keycloak’s token endpoint. I have the following Feign client setup to request an access token: