2017 © Pedro Peláez
 

library yii2-authclient-adfs

Adfs Oauth2 client for yii2-authclient

image

macfly/yii2-authclient-adfs

Adfs Oauth2 client for yii2-authclient

  • Wednesday, March 1, 2017
  • by Macfly
  • Repository
  • 2 Watchers
  • 0 Stars
  • 199 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

yii2-authclient-adfs

Adfs client for yii2-authclient, (*1)

Installation

Through Composer From console:, (*2)

composer require macfly/yii2-authclient-adfs

or add to "require" section to composer.json, (*3)

"macfly/yii2-authclient-adfs": "*"

Usage

Set up Oauth2 single sign-on on Active Directory with ADFS. And add the AdfsOauth2 client to your auth clients., (*4)

php
'components' => [
    'authClientCollection' => [
      'class'   => \yii\authclient\Collection::className(),
      'clients' => [
        'adfs' => [
          'class'             => 'macfly\authclient\AdfsOAuth2',
          'authUrl'           => 'https://adfs.microsoft.com/adfs/oauth2/authorize',
          'tokenUrl'          => 'https://adfs.microsoft.com/adfs/oauth2/token',
          'clientId'          => 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
          'clientSecret'      => 'yyyyyyyyy',
          'userAttributes'    => [
            'email',
          ],
        ],
        // other clients
      ],
    ],
    // ...
 ]

The Versions

01/03 2017

dev-master

9999999-dev https://github.com/Marty-Macfly/yii2-authclient-adfs

Adfs Oauth2 client for yii2-authclient

  Sources   Download

BSD-3-Clause

The Requires

 

by Charles DELFLY

yii2 oauth2 authclient adfs

01/03 2017

0.0.2

0.0.2.0 https://github.com/Marty-Macfly/yii2-authclient-adfs

Adfs Oauth2 client for yii2-authclient

  Sources   Download

BSD-3-Clause

The Requires

 

by Charles DELFLY

yii2 oauth2 authclient adfs

24/02 2017

0.0.1

0.0.1.0 https://github.com/Marty-Macfly/yii2-authclient-adfs

Adfs Oauth2 client for yii2-authclient

  Sources   Download

BSD-3-Clause

The Requires

 

by Charles DELFLY

yii2 oauth2 authclient adfs