2017 © Pedro Peláez
 

library lightopenid

image

phpmycoder/lightopenid

  • Sunday, December 22, 2013
  • by phpmycoder
  • Repository
  • 1 Watchers
  • 1 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

LightOpenId

This is a modified version of LightOpenId by mewp on Gitorious. It allows client to force a specific OpenId endpoint URL. This is useful for organization applications wishing to authenticate with Google Apps Federated Login. You can specify the Google Apps Federated Login endpoint url directly with:, (*1)

$openid = new LightOpenId('localhost'); // replace with your host
$openid->version = 2;
$openid->server = 'https://www.google.com/a/YOURDOMAIN.com/o8/ud?be=o8';
$openid->identity = 'http://specs.openid.net/auth/2.0/identifier_select';

For more usage examples, see example.php and example-google.php., (*2)

The Versions

22/12 2013

0.7.2

0.7.2.0 https://github.com/phpmycoder/lightopenid/

  Sources   Download

MIT

The Requires

  • php >=5.2.3

 

openid

22/12 2013

0.7.1

0.7.1.0 https://github.com/phpmycoder/lightopenid/

  Sources   Download

MIT

The Requires

  • php >=5.2.3

 

openid

22/12 2013

dev-master

9999999-dev https://github.com/phpmycoder/lightopenid/

  Sources   Download

MIT

The Requires

  • php >=5.2.3

 

openid

22/12 2013

v0.7.0

0.7.0.0 https://github.com/phpmycoder/lightopenid/

  Sources   Download

MIT

The Requires

  • php >=5.2.3

 

openid