Separate micro_services repository for SATOSA
Check if attributes have changed. Requires mysqlclient.
Remove attributes from internal representation based on source IdP, Destination SP, attribute name and content.
Add simple static html endpoints. Handy for metadata serving and error pages.
Creates a custom unique identifier, used for COManage provisioning.
Retrieves COManage attributes from SBS. Requires requests.
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r ./test_requirements.txt
python -m pytest --cov=src --cov-report html:htmlcov src/test
open htmlcov/index.html