Here are the steps to enable LDAP authentication in Software AG Runtime (CTP). In ‘<SAG HOME>/profiles/CTP/configuration/jaas.config’ file, add your LDAP settings in the beginning: LdapRealm ( com.softwareag.security.sin.is.ldap.lm.LDAPLoginModule required alias="name3" logLevel=...
Add the following in the services.xml of your AAR service archive: <module ref="rampart"/> <parameter name="sin.jaas.transport.login.context">Default</parameter> <wsp:Policy wsu:Id="BasicAuthPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns...
Steps to enable Basic HTTP authentication in Software AG Runtime (CTP) : Add the following in the /profiles/CTP/configuration/tomcat/conf/server.xml file’s Engine element next to <Realm className="org.apache.catalina.realm.LockOutRealm"/> : <Realm className="com.softwareag...