Claude 24f816b6a3
Consolidate 22 sibling repos into layered organism structure
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):

- brain/        LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
                dispatch, A51 channels, and the OSINT cluster
- knowledge/    LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
                MITRE ATT&CK data
- reference/    defensive threat-reference (C3, shhbruh doc) + AdaYaml parser

License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.

Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.

https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
2026-06-10 06:53:01 +00:00

2.2 KiB

Standards and References - OAuth 2.0 Authorization Flow

Core OAuth Standards

Token Standards

OpenID Connect

Additional Grant Types

NIST Standards

  • NIST SP 800-63B: Digital Identity Guidelines - Authentication
  • NIST SP 800-53 Rev 5:
    • AC-3: Access Enforcement
    • IA-5: Authenticator Management
    • SC-13: Cryptographic Protection
    • SC-23: Session Authenticity
    • AU-3: Content of Audit Records

Implementation Guides

Security References

  • OWASP OAuth 2.0 Security: Common vulnerabilities and mitigations
  • OAuth Security Workshop: Annual research on OAuth attack vectors