groups/modules/groups/groups_oauth2
Marton Kiss 1f985c7cc7 Fix Memory exhausted issue prevents user login bug
A change of user name query in commons_activity_streams_tokens
caused this issue together with groups_oauth2 user name format
hook.

Change-Id: I5bada07939cfb6c46acba3eb6e77f0455b5e0b96
Story: 2000224
2015-03-30 14:29:37 +02:00
..
groups_oauth2_picture Follow profile picture changes in openstack.org profile 2015-01-22 14:25:50 +01:00
README.txt Enable oauth2 login 2014-11-25 17:32:08 +01:00
groups_oauth2.admin.inc Enable oauth2 login 2014-11-25 17:32:08 +01:00
groups_oauth2.api.php Enable oauth2 login 2014-11-25 17:32:08 +01:00
groups_oauth2.info Enable oauth2 login 2014-11-25 17:32:08 +01:00
groups_oauth2.module Fix Memory exhausted issue prevents user login bug 2015-03-30 14:29:37 +02:00

README.txt

Description
-----------

This module provides a basic oauth2 authentication for openstackid.org provider. Supports
fetching of first and family name, and fetch profile picture url. As openstackid provider
requires https communication, and the profile image assets not available through ssl,
the groups_auth2 module supports fetching of profile pictures into a local directory.

Requirements
------------
Drupal 7.x
Properly configured Oauth2 provider.

Variables
---------

oauth2_fetch_profile_picture:boolean
If set to TRUE, downloads profile picture during login into the public://profile-images
directory. Default value is FALSE.

groups_oauth2_provider:string
Contains the url of oauth2 provider. For openstackid, set it to https://openstackid.org

groups_oauth2_client_id:string
The client id assigned for this specific application.

groups_oauth2_client_secret:string
The client secret assigned for the client_id.