You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authorization server successfully gives the token and store in SQL server database but during introspect endpoint and refresh token endpoint it gives following error
java.lang.IllegalArgumentException: The class with org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap and name of org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap is not in the allowlist. If you believe this class is safe to deserialize, please provide an explicit mapping using Jackson annotations or by providing a Mixin. If the serialization is only done by a trusted source, you can also enable default typing. See spring-projects/spring-security#4370 for details
The above issue does not exist with in memory authentication.
The text was updated successfully, but these errors were encountered:
Authorization server successfully gives the token and store in SQL server database but during introspect endpoint and refresh token endpoint it gives following error
java.lang.IllegalArgumentException: The class with org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap and name of org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap is not in the allowlist. If you believe this class is safe to deserialize, please provide an explicit mapping using Jackson annotations or by providing a Mixin. If the serialization is only done by a trusted source, you can also enable default typing. See spring-projects/spring-security#4370 for details
The above issue does not exist with in memory authentication.
The text was updated successfully, but these errors were encountered: