[PR #2755] [CLOSED] Add Keycloak socialite provider #6059

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2755
Author: @cyber-simon
Created: 5/19/2021
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

5 files changed (+22 additions, -1 deletions)

View changed files

📝 .env.example.complete (+5 -0)
📝 app/Auth/Access/SocialAuthService.php (+4 -1)
📝 app/Config/services.php (+11 -0)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 composer.json (+1 -0)

📄 Description

Simple change to add the Keycloak provider from the existing Socialite providers.


🔄 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/2755 **Author:** [@cyber-simon](https://github.com/cyber-simon) **Created:** 5/19/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`ad36e3a`](https://github.com/BookStackApp/BookStack/commit/ad36e3a0055bc72daf18d8c33a134c40e08fc1a1) Add Keycloak socialite provider - [`8bdf1c7`](https://github.com/BookStackApp/BookStack/commit/8bdf1c72e5f5e5a37dcedd7745a147c0e9f3c5f7) missing ',' - [`24900e0`](https://github.com/BookStackApp/BookStack/commit/24900e08a98236b5c190445c2572d4c839755e85) add scope openid - [`8c002a6`](https://github.com/BookStackApp/BookStack/commit/8c002a68a1811c87590a39d6af41db1594f3da70) change tabs to spaces ### 📊 Changes **5 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+5 -0) 📝 `app/Auth/Access/SocialAuthService.php` (+4 -1) 📝 `app/Config/services.php` (+11 -0) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `composer.json` (+1 -0) </details> ### 📄 Description Simple change to add the Keycloak provider from the existing Socialite providers. --- <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:23:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6059