mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
[PR #1164] [CLOSED] fix: use full email for OIDC user creation when configured #26020
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/moghtech/komodo/pull/1164
Author: @litlmike
Created: 2/8/2026
Status: ❌ Closed
Base:
main← Head:fix-issue-683📝 Commits (1)
e26cc5cfix: use full email for OIDC user creation when configured📊 Changes
1 file changed (+19 additions, -15 deletions)
View changed files
📝
bin/core/src/auth/oidc/mod.rs(+19 -15)📄 Description
Fix OIDC to use the full email address when creating users, instead of only the username portion. This ensures proper user identification when OIDC is configured to use email as the identifier.
Closes #683
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.