Ensure secure operations in the OpenEdge MCP Server architecture
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This section outlines the security guarantees provided by the OpenEdge MCP Server and the recommended best practices for maintaining robust security posture. It explains the default protections built into the architecture and offers guidance on encryption, authentication, token management, and operational hardening to minimize risk and ensure compliance.
Security guarantees
These guarantees form the foundation of the MCP Server security model, minimizing risk and
enforcing least privilege:
- Service account credentials are never sent to PAS for OpenEdge services.
- Non-GET operations remain blocked unless explicitly enabled, enforcing least privilege.
- Token exchange produces short-lived, scope-limited tokens.
- Response and rate limit guards protect performance and cost.
Recommended security posture and best practices
To maintain a strong security posture and reduce the risk of unauthorized access or lateral
movement, follow these best practices:
| Best practice | Details |
|---|---|
| Encrypt all connections |
|
| Prefer token exchange over direct token pass-through |
|
| Enforce dual authentication and scope-gating |
|
| Rotate cryptographic material regularly |
|
| Harden TLS configuration |
|
| Minimize token scope and lifetime |
|
| Monitor and alert |
|
| Fallback policy |
|