Discussion:
Access REST web service in TDI with oauth authentication.
(too old to reply)
vikashkumar170391@gmail.com
2018-01-11 18:25:57 UTC
Permalink
Hi, I am trying to connect Http REST service which is using oauth v1 as authentication method, it is possible to consume REST service using HTTPClient Connector in TDI but it support the http basic authentication only.
Does anyone has any idea on how we can access the RESTfull API with this connector or is there any alternative. Thanks
--
The information in this message may contain confidential information and
may be legally privileged. It is intended solely for the individual(s)
named. Access to this email by anyone else is unauthorized. Please notify
the sender immediately if you have received this email by mistake and
delete this email from your system. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted to be
taken in reliance on it, is prohibited and may be unlawful. Email
transmission cannot be guaranteed to be secure or error-free, as
information could be intercepted, corrupted, lost, destroyed, arrive late
or incomplete, or contain viruses. When addressed to our clients any
decisions or recommendations contained in this email are subject to the
terms and conditions expressed our contract and related statement of work
letter(s)
Eddie Hartman
2018-01-12 13:50:05 UTC
Permalink
Post by ***@gmail.com
Hi, I am trying to connect Http REST service which is using oauth v1 as authentication method, it is possible to consume REST service using HTTPClient Connector in TDI but it support the http basic authentication only.
Does anyone has any idea on how we can access the RESTfull API with this connector or is there any alternative. Thanks
--
The information in this message may contain confidential information and
may be legally privileged. It is intended solely for the individual(s)
named. Access to this email by anyone else is unauthorized. Please notify
the sender immediately if you have received this email by mistake and
delete this email from your system. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted to be
taken in reliance on it, is prohibited and may be unlawful. Email
transmission cannot be guaranteed to be secure or error-free, as
information could be intercepted, corrupted, lost, destroyed, arrive late
or incomplete, or contain viruses. When addressed to our clients any
decisions or recommendations contained in this email are subject to the
terms and conditions expressed our contract and related statement of work
letter(s)
There is a GuardiumGroup Connector that is part of the QRadar bundle of TDI. It is in the QRGuardium solution, which automates policy changes in Guardium based on QRadar alerts (QRadar rules launch ALs, passing in event data).

This is a scripted Connector and the javascript source is there for you to study. Good example of scripting oauth in a REST-based Connector, although you can use the techniques directly in an AssemblyLine as well.

-Eddie

Loading...