[cas-user] Re: [cas-dev] CAS registry migration

2021-12-14 Thread Jeffrey Ramsay
David, Thanks for your suggestion, I will give it a try. Thanks again, -Jeff On Tue, Dec 14, 2021 at 10:15 PM David Gelhar wrote: > > Ok, I just read the error message more carefully... > > Cannot deserialize value of type >

[cas-user] Re: [cas-dev] CAS registry migration

2021-12-14 Thread David Gelhar
Ok, I just read the error message more carefully... Cannot deserialize value of type `org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesCoreProperties$MergingStrategyTypes` from String "replace": not one of the values accepted for Enum class: [NONE, ADD, MULTIVALUED,

[cas-user] Re: [cas-dev] CAS registry migration

2021-12-14 Thread David Gelhar
That message might mean that you're missing the OIDC dependency in your build.gradle Make sure you have something like implementation "org.apereo.cas:cas-server-support-oidc:${project.'cas.version'}" > On Dec 14, 2021, at 8:28 AM, Jeffrey Ramsay wrote: > > Hello - > > What is the