[PR #307] [MERGED] Added support for custom OIDC providers to set up authentication #92 #1596

Closed
opened 2026-03-02 11:58:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/307
Author: @kamtschatka
Created: 7/14/2024
Status: Merged
Merged: 9/15/2024
Merged by: @MohamedBassem

Base: mainHead: oauth


📝 Commits (10+)

📊 Changes

4 files changed (+133 additions, -11 deletions)

View changed files

📝 apps/web/components/signin/CredentialsForm.tsx (+13 -6)
📝 apps/web/server/auth.ts (+84 -4)
📝 docs/docs/03-configuration.md (+21 -1)
📝 packages/shared/config.ts (+15 -0)

📄 Description

Added support for custom OIDC providers to set up authentication

I tried it with Google and Authentik and it worked great.
Only thing missing is showing the error message in "apps/web/components/signin/SignInForm.tsx", but I failed to do so, since it is a server side rendered component and I was not able to get the "error" parameter from the querystring and show it on screen.


🔄 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/karakeep-app/karakeep/pull/307 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 7/14/2024 **Status:** ✅ Merged **Merged:** 9/15/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `oauth` --- ### 📝 Commits (10+) - [`58d62a9`](https://github.com/karakeep-app/karakeep/commit/58d62a982d67362cd131f3152f8da305bf5eb7c9) https://github.com/hoarder-app/hoarder/issues/92 - [`2e25532`](https://github.com/karakeep-app/karakeep/commit/2e2553214ab486638efbcd5fdcb2045ed9ac14b6) Added support for custom OIDC providers to set up authentication #92 - [`eb9fa59`](https://github.com/karakeep-app/karakeep/commit/eb9fa599b421ecb958ae6c96dfcaf577398fcbd9) Added support for custom OIDC providers to set up authentication #92 - [`77465c6`](https://github.com/karakeep-app/karakeep/commit/77465c694e2c893b255097df13130857973a87c9) Added support for custom OIDC providers to set up authentication #92 - [`b32c750`](https://github.com/karakeep-app/karakeep/commit/b32c750c1411cc0756117973a972ed9ec7a71dc0) Merge branch 'main' into oauth - [`4727904`](https://github.com/karakeep-app/karakeep/commit/47279042c044cb347ab86d3b87f7fc1931bf37ee) revert extension changes - [`71aff08`](https://github.com/karakeep-app/karakeep/commit/71aff08f57816ed0651dfe8009698b3b1af740d4) Merge branch 'main' into oauth - [`18d22cc`](https://github.com/karakeep-app/karakeep/commit/18d22cc38f0bbec1465aa807b7e053a616527044) Simplify admin checks - [`5121267`](https://github.com/karakeep-app/karakeep/commit/51212671a6596a7d149219d6ebed304715bfa35d) Merge branch 'main' into oauth - [`8388b51`](https://github.com/karakeep-app/karakeep/commit/8388b5167404883fb12ce03b232f7006ba39e297) Merge branch 'main' into oauth ### 📊 Changes **4 files changed** (+133 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/signin/CredentialsForm.tsx` (+13 -6) 📝 `apps/web/server/auth.ts` (+84 -4) 📝 `docs/docs/03-configuration.md` (+21 -1) 📝 `packages/shared/config.ts` (+15 -0) </details> ### 📄 Description Added support for custom OIDC providers to set up authentication I tried it with Google and Authentik and it worked great. Only thing missing is showing the error message in "apps/web/components/signin/SignInForm.tsx", but I failed to do so, since it is a server side rendered component and I was not able to get the "error" parameter from the querystring and show it on screen. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1596
No description provided.