ccouzens / keycloak-openapi

OpenAPI definitions for Keycloak's Admin API
168 stars 66 forks source link

add missing attribute in UserRepresentation schema #12

Closed huembert closed 3 years ago

huembert commented 3 years ago

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!

ccouzens commented 3 years ago

Thank you

I'm glad you're finding it useful 🙂