This a VC verifier implemented by the ZeroTrustVC project. The verifier can be used as a .net Authorization Handler.
TBD
Tests are executed using pytest and pytest-asyncio. To install it execute:
python3 -m pip install pytest
python3 -m pip install pytest-asyncio
python3 -m pip install requests
From the root directory run python3 -m pytest -s tests/
For shorter output alternatively you can run python3 -m pytest tests/ -s --tb=short