This is a Laravel Socialite provider for Helmholtz AAI.
Install the package:
composer require biigle/laravel-socialite-haaiAdd the entry to config/services.php:
'haai' => [
'client_id' => env('HAAI_CLIENT_ID'),
'client_secret' => env('HAAI_CLIENT_SECRET'),
'redirect' => env('HAAI_REDIRECT_URI'),
],You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
return Socialite::driver('haai')->redirect();idnamegiven_namefamily_nameemail