Create a plugin for OAuth2 authentication which can be used by the module wsclient.

The attached patch implements this plugin.
It assumes that this patch has already been applied:
https://drupal.org/files/http_client-2042205-create_basic_http_auth_plug...

This oauth2 plugin will be used by wsclient, and this patch on wsclient needs to be applied,
so that it can be used: https://drupal.org/files/issues/wsclient-2138617-oauth2_support.patch

This plugin depends also on the module oauth2_client, which can be downloaded from:
https://github.com/dashohoxha/oauth2_client
The same module is at drupal.org as a sandbox project: https://drupal.org/sandbox/dashohoxha/2133827
A request has been made for reviewing and accepting this module as a full project, see:
https://drupal.org/node/2138549
If you can, please help to review and support it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dashohoxha’s picture

dashohoxha’s picture

Assigned: dashohoxha » Unassigned

The patch should be reviewed and applied.

dashohoxha’s picture

Project: Http Client » Web Service Clients
Version: 7.x-2.x-dev » 7.x-3.x-dev
dashohoxha’s picture

Project: Web Service Clients » Http Client
Version: 7.x-3.x-dev » 7.x-2.x-dev
dashohoxha’s picture

Version: 7.x-2.x-dev » 7.x-2.4
dashohoxha’s picture

This patch has some improvements over the first one and replaces it.
It still assumes that this patch has already been applied:
https://drupal.org/files/http_client-2042205-create_basic_http_auth_plug...

dashohoxha’s picture

dashohoxha’s picture

Status: Patch (to be ported) » Closed (fixed)