feat(auth): ScadaBridge inbound API — adopt ZB.MOM.WW.Auth.ApiKeys verifier + Bearer + scope=method (re-arch A+B); additive, old path retired later

This commit is contained in:
Joseph Doherty
2026-06-02 02:40:18 -04:00
parent 4db8c373af
commit a94558c289
7 changed files with 451 additions and 157 deletions
@@ -19,6 +19,11 @@
<PackageReference Include="NSubstitute" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<!-- Auth re-arch (A+B): endpoint-auth tests seed the shared library SQLite
store (ApiKeyAdminCommands.CreateKeyAsync) and present the assembled
Bearer token, then assert the verifier-backed POST /api/{methodName}
auth path (401 / 403 / 200 + scope=method). -->
<PackageReference Include="ZB.MOM.WW.Auth.ApiKeys" />
</ItemGroup>
<ItemGroup>