app->singleton(\App\Services\Config::class); } /** * Bootstrap any application services. * Registers the Microsoft Azure Socialite provider for SSO authentication. */ public function boot(): void { Event::listen(SocialiteWasCalled::class, AzureExtendSocialite::class.'@handle'); } }