LinkedinAuth

Authentication ::: auth_linkedin
Maintained by Bas Brands
Part of set Linkedin.
This is the authentication part of the LinkedIn auth plugin. A Linkedin Block provides the user interface for this plugin

LinkedinAuth 1.1 (Build: 2012071600)

Moodle 2.2, 2.3
Released: Tuesday, 18 September 2012, 4:45 PM
Linkedin Oauth 2.0 Authentication Plugin

This version fixes a issue when logging in using Google Chrome

Developed by: Bas Brands,
Created for BrightAlley

This authentication plugin has been created based on the code written by:
https://github.com/mahmudahsan using code published here:
https://github.com/mahmudahsan/Linkedin---Simple-integration-for-your-website

Using Moodle OAuth examples by Jerome Mouneyrac:
http://moodle.org/plugins/view.php?plugin=auth_googleoauth2

The latest versions of these plugins can be downloaded from GitHub:
https://github.com/bmbrands/auth_linkedin

Requirements:
A Linked in Account
A Linked in integration Key / Secret
Some custom code in your theme or the linkedin block

What it does (using the linkedin block):
When installed correctly a user can log in using their linked in account.

1. The user clicks the login with linkedin button
2. A popup opens that redirects to the linkedin page asking for your linkedin username/pass and your
approval to give moodle access to your profile. If the user was already logged into linkedin in some
other browsers window the popup only asks permission to login using linkedin
3. When the users finishes the linked in auth the Moodle page reloads and redirects the user the a form
asking for the users email.
4. When finished the users is logged into Moodle and profile information is shown in the linkedin block.

Profile info retreived from LinkedIn:
- firstname, lastname
- current job
- country
- city
- profile picture

LinkedIn auth plugin installation

1. Add the auth plugin to /auth/linkedin
2. In Moodle go to the plugins page for authentication and enable linkedin
3. visit https://www.linkedin.com/secure/developer and click Add New Application.
4. Enter your Moodle website details, most important field: Integration URL, use the wwwroot of your Moodle installation
5. Once received from LinkedIn Enter you key / secret to the LinkedIn authentication plugin settings page in Moodle

Linkedin block
1. Install the linkedin block
2. Go to the Siteadmin -> notifications to install the block
3. Add the block to the moodle frontpage

Version information

Version build number
2012091800
Version release name
1.1 (Build: 2012071600)
Can be updated from
1.0 (Build: 2012010900) (2012010900), 1.0 (Build: 2012010900) (2012031500), 1.0 (Build: 2012050200) (2012050200), 1.1 (Build: 2012071600) (2012071600)
Can be updated to
2 (Build: 2013082100) (2013082100), 2 (Build: 2013101100) (2013101100)
Maturity
Stable version
MD5 Sum
29abeec66c5180650d0591d674308c6f
Supported software
Moodle 2.2, Moodle 2.3

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Authentication

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myauth") in the "auth" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation