]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/SocialAuthService.php
Update settings.php
[bookstack] / app / Auth / Access / SocialAuthService.php
index 16815a8e1b72d9f021e573975a473c94ab9d9f47..657aae3f327d530557b37c4ff2ce0f6f7126114a 100644 (file)
@@ -233,6 +233,9 @@ class SocialAuthService
         if ($driverName === 'google' && config('services.google.select_account')) {
             $driver->with(['prompt' => 'select_account']);
         }
+        if ($driverName === 'azure') {
+            $driver->with(['resource' => 'https://graph.windows.net']);
+        }
 
         return $driver;
     }