The authentication works again with this btw On Sunday, March 29, 2020 at 6:41:05 PM UTC+2, Nono wrote: > > 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/7c93d4d8-52ee-4bce-8dba-2fda1a74d34a%40apereo.org.
