2017 © Pedro Peláez
 

library laravel-windows-auth

Service for IIS Windows authentication in Laravel

image

jakub-klapka/laravel-windows-auth

Service for IIS Windows authentication in Laravel

  • Tuesday, February 13, 2018
  • by jakub-klapka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Auth Guard for IIS Windows integrated authentication

Provides implementation of integrated authentication when using Windows auth option with IIS and Active Directory., (*1)

Installation

  1. Add JakubKlapka\LaravelWindowsAuth\Providers\ServiceProvider::class to your app.php.
  2. Run php artisan vendor:publish to export config file.
  3. In config\ad_auth.php set allowed AD domains (or don't)
  4. In config\auth.php set guard to windows, for example:
'defaults' => [
    'guard' => 'windows',
],
'guards' => [
    'windows' => [
        'driver' => 'windows',
        'provider' => 'users'
    ]

Don't forget to implement \Illuminate\Contracts\Auth\Authenticatable in your User model, if you are not using default Eloquent one., (*2)

The Versions

13/02 2018

dev-master

9999999-dev

Service for IIS Windows authentication in Laravel

  Sources   Download

GPL GPL-3.0-or-later

The Requires

 

The Development Requires

by Jakub Klapka

19/05 2017

v1.0.0

1.0.0.0

Service for IIS Windows authentication in Laravel

  Sources   Download

GPL

The Requires

 

The Development Requires

by Jakub Klapka