How can I install this module when Oauth does not have a D7 release. My D7 is also calling for Autoload even though it says it will not on the project page so my problem is there is no D7 Autoload and will never be one apparently? Any help here? Really appreciate it trying to make a REST request.

Comments

klausi’s picture

Wsclient does not support oauth at the moment. Leaving this open for future approaches towards Oauth.

emptyvoid’s picture

I 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?

PatchRanger’s picture

Title: OAuth does not have D7 version » OAuth integration
Version: 7.x-1.0-alpha2 » 7.x-1.x-dev
Component: Miscellaneous » Code
Category: support » feature

Today 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.

dman’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

Improvements 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

Sneakyvv’s picture

I've added a patch in #1285310: Authentication settings in the UI to add the authentication settings to the UI.