]> BookStack Code Mirror - bookstack/blobdiff - app/Services/SocialAuthService.php
Add socialite authentication for okta
[bookstack] / app / Services / SocialAuthService.php
index 6d5b401d12752545fc4f7840959edc47d40ca512..6286a601445463f6a222237c747e7e8e4fbaa065 100644 (file)
@@ -14,7 +14,7 @@ class SocialAuthService
     protected $socialite;
     protected $socialAccount;
 
-    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure'];
+    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta'];
 
     /**
      * SocialAuthService constructor.