tahakhram/laravel-adb2c-openid

Azure Laravel b2c

Maintainers

Package info

github.com/tahakhram/laravel-adb2c-openid

pkg:composer/tahakhram/laravel-adb2c-openid

Statistics

Installs: 25

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-11 13:43:44 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');