| OWASP Secrets Management Cheat Sheet | “centralize the storage, provisioning, auditing, rotation and management of secrets” | Unified credential management, audit records, runtime isolation, and reference-based configuration reduce scattered secret copies. |
| OWASP Logging Cheat Sheet | “building application logging mechanisms, especially related to security logging” | Log query, session view, and support investigation results are sanitized to reduce secret exposure through display paths. |
| NIST SP 800-57 Part 1 Rev. 5 | “guidance and best practices for the management of cryptographic keying material” | Credentials are treated as highly sensitive access material with lifecycle, access-boundary, audit, and minimal-exposure controls. |
| NIST SP 800-52 Rev. 2 | “Selection, Configuration, and Use of Transport Layer Security” | TLS is used as the transport-protection baseline for credential management and business execution flows. |
| RFC 8446: TLS 1.3 | “confidentiality and integrity for the data” | Modern TLS semantics support the confidentiality and integrity objectives for data in transit. |
| RFC 6750: OAuth 2.0 Bearer Token Usage | “primary security consideration when using bearer tokens” | Token and API-key credentials are treated as possession-sensitive access material and are hidden from nonessential display surfaces by default. |
| MITRE CWE-532 | “Insertion of Sensitive Information into Log File” | Log query, session view, and support export results are sanitized to reduce sensitive information exposure through logs. |
| MITRE CWE-798 | “Use of Hard-coded Credentials” | Credentials should not be placed in code, static documents, or uncontrolled configuration; controlled credential records are used for management and runtime paths. |