[PR #1164] [CLOSED] fix: use full email for OIDC user creation when configured #8072

Closed
opened 2026-04-27 22:11:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/1164
Author: @litlmike
Created: 2/8/2026
Status: Closed

Base: mainHead: fix-issue-683


📝 Commits (1)

  • e26cc5c fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/1164 **Author:** [@litlmike](https://github.com/litlmike) **Created:** 2/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-issue-683` --- ### 📝 Commits (1) - [`e26cc5c`](https://github.com/moghtech/komodo/commit/e26cc5c62cd5df37307e585d4a409f1a7c372f08) fix: use full email for OIDC user creation when configured ### 📊 Changes **1 file changed** (+19 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `bin/core/src/auth/oidc/mod.rs` (+19 -15) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 22:11:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#8072