The intent of these samples is to demonstrate some of the features of IBM App Connect Enterprise. The implementations are provided 'as is' and without warranty of any kind. If you find issues with the implementations, please add a comment to the post that describes use of the feature. Feel free to contribute.
Example to demonstrate how to host an HTTP service that is Basic Auth protected using Policy. For invoking a REST API with Basic Auth using Policy, check this. Used IBM App Connect Enterprise 12.0.6.0 on Windows 11.
Example to demonstrate how to consume an HTTP service that is Basic Auth protected using Policy. This is a continuation of (and demonstration is dependent on) Securing REST services with Basic Auth. Used IBM App Connect Enterprise 12.0.6.0 on Windows 11.
Implementation of configuring applications using config YAML or Properties which can change the behavior of application dynamically without redeploying.
This implementation supports (AES) sercured properties similar to Secure Configuration in MuleSoft. The implementation also supports Encrypt All the Content of a File similar to MuleSoft. Used IBM App Connect Enterprise 12.0.6.0 on Windows 11.
Experimental implementation of JWT validation on IBM App Connect Enterprise using User Defined Policy.
This implementation is an attempt to create a JWT Policy similar to JWT Validation Policy in MuleSoft. The implementation only brings support of JWS (Signed JWT) and not JWE (Encrypted JWT). Used IBM App Connect Enterprise 12.0.8.0 on Windows 11.