Hello,
I used CAS5.1, now I can do autheticate part by connect to our database at login phase,
but now we want to use "SQL Stored Procedure" instead of SQL to do autheticate, does any body now how to do this?
In the "application.properties" file ,there are:
cas.authn.jdbc.query[0].sql=select * from t_user where account="admin" // <= I want to replace this to SQL stored procedure, how to do it ?
thanks for any helps.
.........