Hello guys, i think i have found a sollution (not elegant) :
- in the war overlay you create this class : java/org/apereo/cas/config/CasRestAuthenticationConfiguration.java - you copy paste the original code for github - in the MAPPER object definition you add the following line : .configure(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT, true); The empty value will be converted to null => juste make sure null value is not problem in the rest of the code. Hope this help -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/27e95e5a-b0dc-4467-a0a6-7456d20adebd%40apereo.org.
