Hi,
I have my service registry in a rest endpoint. I have make sure the allowedAttributes
field similar to the documented syntax of ["java.util.ArrayList", ["cn", "mail", "sn"]].
But, I got this error.
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_ARRAY token at [Source: UNKNOWN; line: -1, column: -1] (through reference chain: org.apereo.cas.support.oauth.services.OAuthRegisteredService["attributeReleasePolicy"]>org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy["allowedAttributes"]->java.util.ArrayList[1])
Can anyone point what could be wrong? I can provide more information if needed.
Regards,
Giovan