2017 © Pedro Peláez
 

mediawiki-extension remoteauth-ng

Remote Auth Session Provider for Mediawiki

image

tentwentyfour/remoteauth-ng

Remote Auth Session Provider for Mediawiki

  • Friday, June 30, 2017
  • by kwisatz
  • Repository
  • 7 Watchers
  • 4 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

DEPRECATED!, (*1)

Please note that this extension is deprecated in favor or the extension developed and discussed on the WikiMedia Phabricator instance: https://phabricator.wikimedia.org/T110292, (*2)

Remote Auth MediaWiki extension

Integrate MediaWiki with third-party authentication services using the REMOTE_USER environment variable., (*3)

Requirements

  • MediaWiki >= 1.27.0

Installation

  1. Run composer inside your MediaWiki extensions directory:, (*4)

    $ composer require tentwentyfour/remoteauth-ng
    
  2. Add the following lines at the end of your LocalSettings.php:, (*5)

    wfloadExtension( 'RemoteauthNg' );
    // enable/disable auto user creation
    $wgRemoteAuthNgAutoCreateUser = false;
    // force remote user
    $wgRemoteAuthNgForceRemoteUser = true;
    
  3. Sit back and let the magic sink in. :sunglasses:, (*6)

The Versions

30/06 2017

dev-master

9999999-dev https://github.com/tentwentyfour/remoteauth-ng

Remote Auth Session Provider for Mediawiki

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

authentication session mediawiki

30/08 2016

1.0.1

1.0.1.0 https://github.com/tentwentyfour/remoteauth-ng

Remote Auth Session Provider for Mediawiki

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

authentication session mediawiki

30/08 2016

1.0.0

1.0.0.0 https://github.com/tentwentyfour/remoteauth-ng

Remote Auth Session Provider for Mediawiki

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

authentication session mediawiki