[PR #598] [MERGED] Add socialite authentication for okta #5672

Closed
opened 2026-02-05 10:13:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/598
Author: @lommes
Created: 11/26/2017
Status: Merged
Merged: 12/9/2017
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (1)

  • 009af97 Add socialite authentication for okta

📊 Changes

7 files changed (+54 additions, -3 deletions)

View changed files

📝 .env.example (+3 -0)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 app/Services/SocialAuthService.php (+1 -1)
📝 composer.json (+2 -1)
📝 composer.lock (+38 -1)
📝 config/services.php (+8 -0)
resources/assets/icons/okta.svg (+1 -0)

📄 Description

Luckily somebody created a provider for okta some days ago, so I was able to create this pull request without much effort. I only tested with php7.1 and oktapreview.com so far, since I'm not using okta in production it would be nice if someone else could give it a try.

Documentation still missing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/598 **Author:** [@lommes](https://github.com/lommes) **Created:** 11/26/2017 **Status:** ✅ Merged **Merged:** 12/9/2017 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`009af97`](https://github.com/BookStackApp/BookStack/commit/009af9736e8c52710de6764eb159909236c2b3a8) Add socialite authentication for okta ### 📊 Changes **7 files changed** (+54 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -0) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `app/Services/SocialAuthService.php` (+1 -1) 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+38 -1) 📝 `config/services.php` (+8 -0) ➕ `resources/assets/icons/okta.svg` (+1 -0) </details> ### 📄 Description Luckily somebody created a provider for okta some days ago, so I was able to create this pull request without much effort. I only tested with php7.1 and oktapreview.com so far, since I'm not using okta in production it would be nice if someone else could give it a try. Documentation still missing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:13:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5672