groups/modules/groups/groups_oauth2
Jenkins ddb7284910 Merge "Fix oauth2 user profile name construction" 2016-07-22 08:14:00 +00: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.drush.inc User profile migration tool for user name normalization 2016-06-28 18:13:24 +02:00
groups_oauth2.info Enable oauth2 login 2014-11-25 17:32:08 +01:00
groups_oauth2.migrate.inc User profile migration tool for user name normalization 2016-06-28 18:13:24 +02:00
groups_oauth2.module Fix oauth2 user profile name construction 2016-06-28 19:02:58 +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.