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 |
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.UserRepresentationThis 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.
keycloak-clojure/src/keycloak/bean.clj
Line 100 in 41de77a