945d318c73
- Add appsettings.Development.json with Authentication.Mode=DevelopmentHeader - Enables X-KArtSell-User and X-KArtSell-Role header-based auth in Debug mode - Satisfies CLAUDE.md Step 3: Host restart required to apply changes - Resolves Issue #2: Authentication Provider Not Configured (dev-only) Source: CLAUDE.md §Current Implementation Status §Known Issues #2 Decision: Split auth config by environment (FailClosed/Production, DevelopmentHeader/Debug) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
6 lines
62 B
JSON
6 lines
62 B
JSON
{
|
|
"Authentication": {
|
|
"Mode": "DevelopmentHeader"
|
|
}
|
|
}
|