tahakhram / laravel-adb2c-openid
Azure Laravel b2c
v1.21
2021-10-29 15:13 UTC
Requires
- php: ^7.3
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.0
- phpseclib/phpseclib: ~2.0
README
Provides Azure AD B2C openid Authentication .
Normal Installation
composer require tahakhram/laravel-adb2c-openid:~1.2- run
php artisan vendor:publish --provider="TahaKhram\LaravelAdb2cOpenid\AdB2CServiceProvider"to install config file toconfig/azure.php - In routes folder in
web.phpadd
Route::get('/login_azure', '\TahaKhram\LaravelAdb2cOpenid\Azure@azure');
Route::get('/azurecallback', '\TahaKhram\LaravelAdb2cOpenid\Azure@azurecallback');