Commit Graph

4 Commits

Author SHA1 Message Date
Marek Lesko e4c25bfaa7 Extract IDP configuration to external JSON file
Move all hard-coded identity server settings (API resource, scope, client,
users/roles) from Program.cs into config/idp-config.json and add parsing
logic. The config file is copied to the output directory so it works for
local development and is available at /app/config/idp-config.json in the
Docker image, making it straightforward to override via a volume mount.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 11:22:33 +00:00
Marek Lesko 8cc3f8e308 FIXED ApiResource 2025-09-03 15:26:54 +00:00
Marek Lesko a3eaf0f5b7 WIP 2025-09-02 17:43:26 +02:00
Marek Lesko a2f7e2285a Initial commit 2025-08-19 16:58:51 +02:00