1. OutSystems Documentation
"Mobile Apps Security
" Section: "Protecting Data in Transit." This official guide states: "Certificate pinning consists of embedding (or "pinning") a list of trusted certificates to the client application. During the SSL handshake
the client application checks if the server certificate is in its trust list." This confirms the "embedding" or "hardcoding" nature of the technique.
2. OutSystems Forge
"SSL Pinning Plugin
" Overview. The description for this officially supported component explains its function: "This plugin allows you to check the server certificate against a fingerprint that you have previously stored in your application." Storing the fingerprint within the application is a direct implementation of hardcoding the trust anchor.