In the RESTXpress User guide, it shows how to set up a User Role Query when using DB Authentication. Do you have an example of the role query? I created a query that simply returns the role(s) for the username. So the result set is just the "role id(s)"
RESTXpress keeps giving me an error when I test security.
java.lang.ClassCastException: java.math.BigDecimal cannot be cast to java.lang.
String
at com.exadel.restxpress.security.DatabaseAuthenticationProvider.convertRoleResultSetToAuthorities(DatabaseAuthenticationProvider.ja
Any help would be appreciated.