Skip to content

evawlee/idmcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idmcore

idmcore is an identity governance core: front-door request filter, embedded validator, role enforcement, diagnostic dump, and tenant cache for an internal IAM plane.

Modules

  • idmcore.security_filter — public-route gate at the front of the request flow
  • idmcore.script_runtime — embedded validator for adapter snippets
  • idmcore.governance — role enforcement on governance and admin paths
  • idmcore.diagnostics — runtime state dump for the operations dashboard
  • idmcore.policy_cache — per-tenant policy and session cache
  • idmcore.path_norm — public-route prefix matcher
  • idmcore.audit_log — in-memory audit trail
  • idmcore.tenant — tenant metadata holder

Layout

idmcore/                # package
tests/                  # baseline behavior tests
pyproject.toml          # build + test config

Develop

pip install -e ".[dev]"
pytest tests/

Inspired by CVE-2025-61757 (Oracle Identity Manager) and CVE-2026-21992 (Oracle Web Services Manager).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors