[PR #3215] [CLOSED] Adding nextcloud for third party auth #6159

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3215
Author: @sebclemens
Created: 1/31/2022
Status: Closed

Base: developmentHead: development


📝 Commits (1)

  • 2ba65e0 Adding nextcloud for third party auth

📊 Changes

4 files changed (+13 additions, -0 deletions)

View changed files

📝 app/Auth/Access/SocialAuthService.php (+1 -0)
📝 app/Config/services.php (+10 -0)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 composer.json (+1 -0)

📄 Description

Request:

We want to use our existing nextcloud instance for authentification.

Solution:

Add nextcloud to social providers by using the already implemented socialite providers library.


🔄 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/3215 **Author:** [@sebclemens](https://github.com/sebclemens) **Created:** 1/31/2022 **Status:** ❌ Closed **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (1) - [`2ba65e0`](https://github.com/BookStackApp/BookStack/commit/2ba65e093305e978dd8a5ca2f60dcb3e9fb3ae1c) Adding nextcloud for third party auth ### 📊 Changes **4 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Auth/Access/SocialAuthService.php` (+1 -0) 📝 `app/Config/services.php` (+10 -0) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `composer.json` (+1 -0) </details> ### 📄 Description **Request:** We want to use our existing nextcloud instance for authentification. **Solution:** Add nextcloud to social providers by using the already implemented socialite providers library. --- <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:25:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6159