OneDrive OAuth
Categories
Component ID
2447123
Component name
OneDrive OAuth
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
340
Component created
Component changed
Component body
This Module can be used for Single Sign On with OneDrive to register and login with your Drupal sites.
Installation:
Install as any other module:
http://drupal.org/documentation/install/modules-themes
Note : This module requires cURL HTTP Request.
App Creation/Configure:
- Go to admin/config/people and "OneDrive OAuth Settings" link
- Copy "Connect url" in notepad
OneDrive App creation:
- Go to https://account.live.com/developers/applications/index
- click on "Create application"
- Provide the name for your application
- Go To "API Settings" tab
- Enter the Redirect url from drupal "OneDrive OAuth Settings" "Connect url"
- Go to "APP Settings" tab
- Copy "Client ID" value to the drupal OneDrive OAuth settings "Application ID" textbox
- Copy "Client secret (v1)" value to the drupal OneDrive OAuth settings "Application Secret" textbox
- click save configuration button
How to enable OneDrive Single Sign On
- New User:
- Go to User login page and navigate to "Login with OneDrive" tab
- Click on "Login with OneDrive" link
- Give access to the application to get your emails information
- Already Registered Users:
- For the first time the user needs to login to their drupal site with their drupal login credentials.
- Navigate to "My Account" Page -> "OneDrive OAuth map"
- Click the link and its automatically Navigate to the OneDrive Login Page Give the Permission for the OneDrive APP
- Now you are ready for single sign on with OneDrive
Road Map
- Drupal user Files to users onedrive - Requires Testing
- Drupal files - Save to OneDrive (similar to Google Save to Drive button)
For Demo click here
