IBM Exam Questions

Which set of actions does the developer need to take in addition to creating a custom Java Authentic

An application needs to log into an existing backend with the fields username, password, pin code
and account number. Which set of actions does the developer need to take in addition to creating
a custom Java Authenticator?

A.
– Use the auth.js as is to display the login form- Configure the authenticationConfig.xml- Create
client-side authentication components

B.
– Configure the authenticationConfig.xml- Configure the worklight.properties- Create client-side
authentication components

C.
– Configure the authenticationConfig.xml- Create a custom Java Login Module- Create clientside authentication components

D.
– Configure the authenticationConfig.xml- Create a custom Java Login Module- Use the auth.js
as is to display the login form

Explanation: