refactor: publish oidc through app context (#3893)

This commit is contained in:
Zhengchao An
2026-06-26 10:17:30 +08:00
committed by GitHub
parent c9614eb7cb
commit 1d5bf2699a
11 changed files with 117 additions and 63 deletions
@@ -12,10 +12,6 @@ for later deletion.
## Open Items
- `CTX-002`
- Why: admin OIDC and STS consumers now resolve through `resolve_oidc_handle()`, but that resolver still falls back to legacy global OIDC state while the AppContext-owned OIDC wiring is being completed.
- Remove after: OIDC ownership is initialized and consumed through AppContext end-to-end, and `resolve_oidc_handle()` no longer needs the legacy global fallback path.
## Review Checklist
Before completing a PR that adds wrappers, re-exports, fallbacks, legacy action