vikunja/pkg/modules/auth/openid
Claude 121fd3c9f1 feat: use openid provider name instead of generic "OIDC" in synced team names
Teams synced from OpenID Connect providers were always named with "(OIDC)"
suffix (e.g., "DevTeam (OIDC)"). This changes it to use the configured
provider name instead (e.g., "DevTeam (Keycloak)"), making it easier to
identify which provider a team came from when multiple OIDC providers are
configured. Existing team names will be updated automatically on next user
login.

https://claude.ai/code/session_012LXXPvYe6i27WTcha1PL7A
2026-03-24 12:30:06 +00:00
..
cron.go fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
main_test.go feat: move to slog for logging 2025-07-21 18:15:39 +02:00
openid.go feat: use openid provider name instead of generic "OIDC" in synced team names 2026-03-24 12:30:06 +00:00
openid_test.go feat: use openid provider name instead of generic "OIDC" in synced team names 2026-03-24 12:30:06 +00:00
providers.go fix(auth): do not panic with invalid openid provider configuration (#1354) 2025-08-31 07:17:50 +00:00
providers_test.go fix(auth): do not panic with invalid openid provider configuration (#1354) 2025-08-31 07:17:50 +00:00