2017 © Pedro Peláez
 

library yammer

Yammer authentication strategy for Opauth

image

opauth/yammer

Yammer authentication strategy for Opauth

  • Friday, April 4, 2014
  • by andrej-griniuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12,799 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Opauth-Yammer

[Opauth][1] strategy for Yammer authentication., (*1)

Implemented based on https://developer.yammer.com/authentication/ using OAuth2., (*2)

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

Demo: http://opauth.org/#yammer, (*4)

Getting started

  1. Install Opauth-Yammer:, (*5)

    cd path_to_opauth/Strategy
    git clone git://github.com/andrej-griniuk/opauth-yammer.git Yammer
    
  2. Register a Yammer application at http://www.yammer.com/client_applications, (*6)

    • Enter Website as your application URL (this can be outside of Opauth)
    • Redirect URI: enter http://path_to_opauth/yammer/oauth2callback
  3. Configure Opauth-Yammer strategy with client_id and client_secret., (*7)

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

Strategy configuration

Required parameters:, (*9)

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

License

Opauth-Yammer is MIT Licensed Copyright © 2014 Andrej Griniuk, (*10)

The Versions

04/04 2014

dev-master

9999999-dev http://opauth.org

Yammer authentication strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Andrej Griniuk

authentication auth yammer

04/04 2014

v0.1.0

0.1.0.0 http://opauth.org

Yammer authentication strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Andrej Griniuk

authentication auth yammer