-
Notifications
You must be signed in to change notification settings - Fork 8
Birthdate attribute causes exception in token creation #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Labels
Comments
should be close via 229f7db |
elisanp
added a commit
that referenced
this issue
Jan 10, 2024
matteo-s
added a commit
that referenced
this issue
Jan 11, 2024
fix #486: register time module to object mapper for serialization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of commit 2bab5cd, when requesting a token with scope
profile
the following error occurs if the user attributes birthdate exists in the authentication context and it is formatted asyyyy-MM-dd
:ERROR i.s.aac.console.ConsoleExceptionHandler: error processing request: Java 8 date/time type java.time.LocalDate not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: it.smartcommunitylab.aac.profiles.model.OpenIdProfile["birthdate"])
The text was updated successfully, but these errors were encountered: