idmcore is an identity governance core: front-door request filter, embedded validator, role enforcement, diagnostic dump, and tenant cache for an internal IAM plane.
idmcore.security_filter— public-route gate at the front of the request flowidmcore.script_runtime— embedded validator for adapter snippetsidmcore.governance— role enforcement on governance and admin pathsidmcore.diagnostics— runtime state dump for the operations dashboardidmcore.policy_cache— per-tenant policy and session cacheidmcore.path_norm— public-route prefix matcheridmcore.audit_log— in-memory audit trailidmcore.tenant— tenant metadata holder
idmcore/ # package
tests/ # baseline behavior tests
pyproject.toml # build + test config
pip install -e ".[dev]"
pytest tests/Inspired by CVE-2025-61757 (Oracle Identity Manager) and CVE-2026-21992 (Oracle Web Services Manager).