Skip to content

(Microsoft Windows) Live Connect authentication strategy for Opauth

Notifications You must be signed in to change notification settings

Claromentis/opauth-live

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Opauth-Live

Opauth strategy for (Microsoft) Live Connect authentication.

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

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

Opauth is a multi-provider authentication framework for PHP.

Getting started

  1. Install Opauth-Live:

    cd path/to/app/root
    composer require opauth/live:dev-wip/1.0
  2. Create a Live Connect application at https://manage.dev.live.com/AddApplication.aspx?tou=1

    • Once application is created, be sure to go to My apps > API Settings to define your redirect domain.
  3. Configure Opauth-Live strategy.

  4. Direct user to http://path_to_opauth/live to authenticate

Strategy configuration

Required parameters:

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

Optional parameters: scope, state

References

License

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

About

(Microsoft Windows) Live Connect authentication strategy for Opauth

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%