laravel-azure-ad-oauth
laravel-azure-ad-oauth copied to clipboard
Drop-in socialiate plugin for Laravel applications for Microsoft Azure SSO.
Hello, is it possible to use this package to connect multiple azure ad accounts? Lets say i have 20 companies using my laravel application, and they have their own azure...
Using "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^8.12", would it be possible to fix dependencies? Thank you ``` $ composer require metrogistics/laravel-azure-ad-oauth -W Using version ^1.2 for metrogistics/laravel-azure-ad-oauth ./composer.json has been updated Running...
Hi, I checked and used your package, but at the last point I realized that there is no licence chooses for this package. Are you able to choose a licence...
Hi, After login i got this response. But email returns null. How do i get logged in user email in callback ? ``` \Metrogistics\AzureSocialite\UserFactory::userCallback(function($new_user){ dd($new_user); // $new_user->api_token = Str::random(60); });...
I can't find logout route in package
Changed Endpoints to v2.0 Enabled Tenant Id config Enabled Redirect URI config
Unsure how to access the appRoles that were specified in the app Manifest. I would like to access this role if specified/assigned to a user to define what they can/cannot...