mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 13:57:11 -05:00
[PR #1491] feat: add support for syncing OIDC claims with user groups #27387
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/1491
Author: @Asleep123
Created: 6/21/2026
Status: 🔄 Open
Base:
main← Head:oidc-group-sync📝 Commits (2)
b64d457feat: add support for syncing OIDC claims with user groups5a55a17fix: add new settings to compose.env📊 Changes
8 files changed (+275 additions, -4 deletions)
View changed files
📝
bin/core/src/auth/mod.rs(+182 -3)📝
bin/core/src/config.rs(+9 -0)📝
client/core/rs/src/entities/config/core.rs(+38 -0)📝
client/core/rs/src/entities/user.rs(+6 -0)📝
client/core/ts/src/types.ts(+5 -0)📝
compose/compose.env(+11 -0)📝
config/core.config.toml(+19 -1)📝
ui/public/client/types.d.ts(+5 -0)📄 Description
Adds support to automatically add (and optionally create) user groups to users in Komodo using OIDC claim data.
This requires an update to the underlying auth server Komodo uses. Upon the merge of this PR, this PR will be updated with the new release version and undrafted.
Config shape:
Closes: #667, #1251
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.