We have a use case where all the apps staged and run with the WebSphere Liberty Profile Buildpack have to authenticate with LDAP and a SiteMinder SSO Proxy.
We have implemented this feature by configuring a TAI in Liberty and pushing the app as a server package.
We don't want to push server packages for each app
How should we package the features like
ldapRegistry-3.0, the TAIlibraryand the associatedtrustAssociationserver configuration so that all the apps staged by the buildpack inherit this configuration without pushing server packages. Can this be done with a user feature ?
-cheers, Rohit Kelapure