2017 © Pedro Peláez
 

library live

Live Connect strategy for Opauth

image

opauth/live

Live Connect strategy for Opauth

  • Sunday, June 3, 2018
  • by Ceeram
  • Repository
  • 8 Watchers
  • 6 Stars
  • 1,393 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Opauth-Live

[Opauth][1] strategy for (Microsoft) Live Connect authentication., (*1)

Confusingly, Live Connect is (was) also known as:, (*2)

  • Windows Live
  • Microsoft Passport
  • Live ID
  • MSN ID

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-Live:, (*4)

    cd path_to_opauth/Strategy
    git clone git://github.com/opauth/live.git Live
    

    or, (*5)

    composer require opauth/live
    
  2. Create a Live Connect application at https://account.live.com/developers/applications, (*6)

    • Once application is created, be sure to go to My apps > API Settings to define your redirect domain to be http://path_to_opauth/live/oauth2callback.
  3. Configure Opauth-Live strategy., (*7)

  4. Direct user to http://path_to_opauth/live to authenticate, (*8)

  5. If email field is needed, add wl.emails to scope parameter in LiveStrategy.php (line 38). E.g., 'scope' => 'wl.basic wl.emails'., (*9)

Strategy configuration

Required parameters:, (*10)

<?php
'Live' => array(
  'client_id' => 'YOUR CLIENT ID',
  'client_secret' => 'YOUR CLIENT SECRET'
)

Optional parameters: scope, state, (*11)

References

License

Opauth-GitHub is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com), (*12)

The Versions

03/06 2018

dev-master

9999999-dev http://opauth.org

Live Connect strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth microsoft windows passport live windows live live connect

07/04 2014

1.0.x-dev

1.0.9999999.9999999-dev http://opauth.org

Live Connect strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth microsoft windows passport live windows live live connect

08/08 2012

0.1.0

0.1.0.0 http://opauth.org

Live Connect strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth microsoft windows passport live windows live live connect