Closed (duplicate)
Project:
Web service client
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2011 at 09:40 UTC
Updated:
30 Mar 2015 at 15:04 UTC
Jump to comment: Most recent
Comments
Comment #1
klausiWsclient does not support oauth at the moment. Leaving this open for future approaches towards Oauth.
Comment #2
emptyvoid commentedI may need to implement integration for a project I'm on. Do you have any thoughts on the design pattern required to integrate the authentication wrapper to the SOAP request?
Do you have any hooks or methods for the controller class that accept wrappers?
Comment #3
PatchRanger commentedToday OAuth has D7 version.
Closed #1538178: oauth integration as a duplicate of this.
Also take a look and keep an eye on #1285310: Authentication settings in the UI.
Comment #4
dman commentedImprovements in the HTTP Client #2138627: Create plugin for OAuth2 authentication have meant that OAuth can now be used by WSClient at the code level.
This should be available in -dev now, though a UI layer is still needed. An example on how it can be done from code is in the issue here: #2138617: OAuth2 authentication for http_client
Comment #5
Sneakyvv commentedI've added a patch in #1285310: Authentication settings in the UI to add the authentication settings to the UI.