fix(jans-config-api): OpenID Connect Client displayName update issue #1724
Labels
comp-jans-config-api
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
Describe the bug
Error when updating client displayName
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type
java.lang.String
from Object value (tokenJsonToken.START_OBJECT
)at [Source: (org.eclipse.jetty.server.HttpInput); line: 1, column: 320] (through reference chain: io.jans.as.common.model.registration.Client["clientName"])
To Reproduce
Steps to reproduce the behaviour:
displayName
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type
java.lang.String
from Object value (tokenJsonToken.START_OBJECT
)at [Source: (org.eclipse.jetty.server.HttpInput); line: 1, column: 320] (through reference chain: io.jans.as.common.model.registration.Client["clientName"])
Expected behavior
Client
displayName
should be updatedScreenshots
Logs:
The text was updated successfully, but these errors were encountered: