mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 07:04:36 -05:00
[PR #2033] [MERGED] Add OIDC authentication error response support #5719
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2033
Author: @buggystick
Created: 12/10/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @miloschwartz
Base:
dev← Head:feature/oidc-email-error📝 Commits (3)
78369b6Add OIDC authentication error response support0f79826fix useEffect re-render too many times553fda2Merge branch 'dev' into feature/oidc-email-error📊 Changes
3 files changed (+180 additions, -30 deletions)
View changed files
📝
server/routers/idp/validateOidcCallback.ts(+65 -5)📝
src/app/auth/idp/[idpId]/oidc/callback/page.tsx(+14 -2)📝
src/components/ValidateOidcToken.tsx(+101 -23)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
as the primary alert so users immediately see why the login stopped.
and returning meaningful HTTP codes/messages instead of a generic 500.
How to test?
oidc/callback).
and the browser should remain on the callback page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.