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:
+5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user