Bogdan,
would I have to use the exec module to cast the into the username and password variables? Also I am not sure how the function expects those variables to be passed to it ? It is based on variables with these two names to be set prior to being called? $var(username)="abc"; $avp(password)="xyz"; Thanks, Tito On Fri, May 26, 2017 at 7:21 AM, Bogdan-Andrei Iancu <[email protected]> wrote: > Hi Tito, > > You can do that by fetching the password via an explicit DB query from > script and pushing it for auth check using pv_www_authorize(): > http://www.opensips.org/html/docs/modules/2.3.x/auth.html#idp5590848 > > Best regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > > OpenSIPS Bootcamp 2017, Huston, US > http://opensips.org/training/OpenSIPS_Bootcamp_2017.html > > On 05/25/2017 04:51 PM, Tito Cumpen wrote: > > Group, > > Is it possible to use a rest api for auth_db? Meaning can opensips > authenticate a user based on a rest query against a rest api? I thought > about using db http by fronting the request with a local http server but I > don't see a way to pass a custom headers to the query. This custom header > would contain the auth session token. > > > Thanks, > Tito > > > _______________________________________________ > Users mailing > [email protected]http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
