Have you created an online tutorial for Grails or found one that you would like to share? Submit it now so that the whole Grails community can benefit! Submit Tutorial for Approval.
Using Database Users for System Authentication
Sometimes companies build security polices in the database level. This brings the need of authenticating the username and password as a database user, and not in a table.
The purpose of this tutorial is pass though the steps to accomplish this, integr...
read more