library laravel-windows-auth
Service for IIS Windows authentication in Laravel
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
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
- Add
JakubKlapka\LaravelWindowsAuth\Providers\ServiceProvider::class
to your app.php.
- Run
php artisan vendor:publish
to export config file.
- In config\ad_auth.php set allowed AD domains (or don't)
- 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)
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
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