[PR #52] Add rudimentary OIDC support #7

Open
opened 2026-03-07 19:53:26 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/Chevron7Locked/kima-hub/pull/52

State: open
Merged: No


Adds optional OIDC authentication to allow user to rely on external auth providers to access Lidify, which closes issues #33 and #19.

Changes

  • Integrated OIDC frontend support with oidc-client-ts and added a separate callback page.
  • Added oidcId and oidcUid fields to user table to match OIDC user directly to Lidify user.
  • Added an intermediary login screen with OIDC and local credentials providers that automatically redirects when only one auth source is available.
  • Role mapping support for JWT claims in the OAuth token
**Original Pull Request:** https://github.com/Chevron7Locked/kima-hub/pull/52 **State:** open **Merged:** No --- Adds optional OIDC authentication to allow user to rely on external auth providers to access Lidify, which closes issues #33 and #19. ### Changes - Integrated OIDC frontend support with `oidc-client-ts` and added a separate callback page. - Added `oidcId` and `oidcUid` fields to user table to match OIDC user directly to Lidify user. - Added an intermediary login screen with OIDC and local credentials providers that automatically redirects when only one auth source is available. - Role mapping support for JWT claims in the OAuth token
Sign in to join this conversation.
No labels
pull-request
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/kima-hub#7
No description provided.