2017 © Pedro Peláez
 

library opauth-live

Windows Live Connect strategy for Opauth

image

claromentis/opauth-live

Windows Live Connect strategy for Opauth

  • Tuesday, December 29, 2015
  • by astax-t
  • Repository
  • 5 Watchers
  • 0 Stars
  • 432 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % 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/uzyn/opauth-live.git Live
    
  2. Create a Live Connect application at https://account.live.com/developers/applications, (*5)

    • 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., (*6)

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

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

Strategy configuration

Required parameters:, (*9)

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

Optional parameters: scope, state, (*10)

References

License

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

The Versions

29/12 2015

1.0.x-dev

1.0.9999999.9999999-dev http://opauth.org

Windows Live Connect strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth microsoft windows passport live windows live live connect

29/12 2015

1.0.0

1.0.0.0 http://opauth.org

Windows Live Connect strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth microsoft windows passport live windows live live connect

30/03 2014

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