From 6666125a8aad39c06e4ce1b5a6311a5d2bad5d7c Mon Sep 17 00:00:00 2001 From: sysops Date: Fri, 28 Aug 2026 23:26:21 +0200 Subject: [PATCH] DEVLOG: Sessionlog-Eintrag (Auto-Hook) --- DEVLOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/DEVLOG.md b/DEVLOG.md index 6a9fd56..3b58d18 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -129,3 +129,35 @@ Keine Commits in dieser Session. - migrations/0001_tenant_registry.sql | 10 ++++++++++ --- +## 2026-08-28 23:20 – 23:26 (6m) +**Beschreibung:** Claude Code Session +**Projekt:** nexarch + +### Commits +- 42466c7 IAM-13: oidc-provider-fuer-drittanwendungen (client-registrierung, authorization-code-flow, jwks ueber API-05-schluessel) + +### Geänderte Dateien +- internal/oidc/authcode.go | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/oidc/client.go | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/oidc/provider.go | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/oidc/provider_test.go | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- migrations/tenant/0003_oidc_provider.down.sql | 2 ++ +- migrations/tenant/0003_oidc_provider.up.sql | 28 +++++++++++++++++++ + +--- +## 2026-08-28 23:26 – 23:26 (0m) +**Beschreibung:** Claude Code Session +**Projekt:** code + +### Commits +Keine Commits in dieser Session. + +### Geänderte Dateien +- internal/oidc/authcode.go | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/oidc/client.go | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/oidc/provider.go | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/oidc/provider_test.go | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- migrations/tenant/0003_oidc_provider.down.sql | 2 ++ +- migrations/tenant/0003_oidc_provider.up.sql | 28 +++++++++++++++++++ + +---