Download the PHP package klepak/nova-ad-auth without Composer
On this page you can find all versions of the php package klepak/nova-ad-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download klepak/nova-ad-auth
More information about klepak/nova-ad-auth
Files in klepak/nova-ad-auth
Download klepak/nova-ad-auth
More information about klepak/nova-ad-auth
Files in klepak/nova-ad-auth
Vendor klepak
Package nova-ad-auth
Short Description Laravel Nova AD Authentication with SSO in IIS
License
Package nova-ad-auth
Short Description Laravel Nova AD Authentication with SSO in IIS
License
Please rate this library. Is it a good library?
Informations about the package nova-ad-auth
Install
composer require nova-ad-auth
Add package provider after Nova provider in app.php
Add to EventServiceProvider
Add route middleware in Kernel.php
Publish assets
php artisan vendor:publish --provider="Klepak\NovaAdAuth\AdAuthenticationServiceProvider" --force
NOTE: this will replace your existing auth and adldap config
Configure SSO
- Create a directory in your public folder called sso
- Copy your index.php to this directory, and add an additional ../ to all paths
- Create file called web.config in this directory, with following contents:
All versions of nova-ad-auth with dependencies
PHP Build Version
Package Version
Requires
adldap2/adldap2-laravel Version
^6.0
laravel/framework Version 5.8.*
spatie/laravel-permission Version ^2.36
vyuldashev/nova-permission Version ^1.4
laravel/nova Version ~2.0
laravel/framework Version 5.8.*
spatie/laravel-permission Version ^2.36
vyuldashev/nova-permission Version ^1.4
laravel/nova Version ~2.0
The package klepak/nova-ad-auth contains the following files
Loading the files please wait ....