OAuth implementation for tool integration
We have enabled one of our test execution tool with OSLC QM enabled. To integrate with RQM/RTC oAuth has to be implemented. But test execution tool doesn't have any API for authentication. It expose its service as WCF SOAP service and methods for authentication.
In this case how oAuth could be implemented and how the tool could be integrated with RQM?
One answer
Hi Sajitha,
You will need to implement or reuse an OAuth 1.0a client library. There are several OAuth client libraries available.
You will need to implement or reuse an OAuth 1.0a client library. There are several OAuth client libraries available.
Comments
Hi paul,
The tool doesn't have any API or methods for authentication. In this case how OAuth could be implemented?. Could you please share me some sample implementation?
RQM does not provide an OAuth 1.0a client library. There are several OAuth client libraries (including open-source libraries) available.