I am using Keycloak 12.0.2 and generated a jersey2 client with the openapi-generator-maven-plugin. When requesting a user object I got the following Exception:
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "totp"
I am using Keycloak 12.0.2 and generated a jersey2 client with the openapi-generator-maven-plugin. When requesting a user object I got the following Exception:
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "totp"
This patch add the missing property.
Thank you for providing this API!