Hi,

I'm making an authentication groovy script my goal is the following flow:

1. Script makes a request to a service sending the user and password.
2. If the request response is successful query the syncope db for the user
id, using the username.
3. Return the user id.

The problem is, since the resource is configured as a REST resource, how can
execute sql queries from the script? is it possible to do that without
having to hardcode the sql connection config into my groovy script?

Thanks,
Hugo Cerdeira. 

--
Sent from: http://syncope-user.1051894.n5.nabble.com/

Reply via email to