update entra id
This commit is contained in:
+2
-1
@@ -198,7 +198,7 @@ return [
|
||||
Illuminate\Pagination\PaginationServiceProvider::class,
|
||||
Illuminate\Pipeline\PipelineServiceProvider::class,
|
||||
Illuminate\Queue\QueueServiceProvider::class,
|
||||
// Illuminate\Redis\RedisServiceProvider::class,
|
||||
// Illuminate\Redis\RedisServiceProvider::class,
|
||||
Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
|
||||
Illuminate\Session\SessionServiceProvider::class,
|
||||
Illuminate\Translation\TranslationServiceProvider::class,
|
||||
@@ -227,6 +227,7 @@ return [
|
||||
Vanguard\Providers\RouteServiceProvider::class,
|
||||
Vanguard\Services\Auth\TwoFactor\AuthyServiceProvider::class,
|
||||
Vanguard\Providers\VanguardServiceProvider::class,
|
||||
\SocialiteProviders\Manager\ServiceProvider::class,
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ return [
|
||||
*/
|
||||
|
||||
'social' => [
|
||||
'providers' => ['facebook', 'twitter', 'google']
|
||||
'providers' => ['azure']
|
||||
],
|
||||
|
||||
/*
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| JSON API
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -65,5 +65,11 @@ return [
|
||||
|
||||
'authy' => [
|
||||
'key' => env('AUTHY_KEY')
|
||||
],
|
||||
|
||||
'azure' => [
|
||||
'client_id' => env('AZURE_CLIENT_ID'),
|
||||
'client_secret' => env('AZURE_CLIENT_SECRET'),
|
||||
'redirect' => env('AZURE_REDIRECT_URI'),
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user