tahakhram/laravel-adb2c-openid

Azure Laravel b2c

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tahakhram/laravel-adb2c-openid

v1.21 2021-10-29 15:13 UTC

This package is not auto-updated.

Last update: 2025-10-25 11:29:33 UTC


README

Provides Azure AD B2C openid Authentication .

Normal Installation

  1. composer require tahakhram/laravel-adb2c-openid:~1.2
  2. run php artisan vendor:publish --provider="TahaKhram\LaravelAdb2cOpenid\AdB2CServiceProvider" to install config file to config/azure.php
  3. In routes folder in web.php add

Route::get('/login_azure', '\TahaKhram\LaravelAdb2cOpenid\Azure@azure'); Route::get('/azurecallback', '\TahaKhram\LaravelAdb2cOpenid\Azure@azurecallback');