Skip to content

keycloak.bean/UserRepresentation->map fails #67

@msdimitrov

Description

@msdimitrov

Hello, keycloak.bean/UserRepresentation->map fails with
Execution error (IllegalArgumentException) at keycloak.bean/eval34507$fn$fn (bean.clj:100). ; No matching field found: getEmailVerified for class org.keycloak.representations.idm.UserRepresentation

This fails on version of keycloak:24.0.5 and keycloak-clojure:1.31.5. After downgrading to 1.31.0 the issue has been resolved.
It seems that the issue comes from the new :email-verified key added to the UserRepresentation set.

(bean-dip/def-translation UserRepresentation #{:email :credentials :username :first-name :client-roles :realm-roles :id :email-verified

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions