This is an old revision of the document!
The Java SDK package also includes a simple “Hello World” application, an example of the authentication process in its simplest form. It is a standard Java web application that can be placed in any web container supporting servlet 3.0. The Tomcat web container will be used here. The application is provided including source files, nevertheless all logic is in jsp in the form of scriptlets.
Steps to install the application as a part of Tomcat:
After the installation, the application will be available on:
http://[your_container_ip]:[your_container_port]/api-webapp
Example of address:
http://10.20.29.189:8080/api-webapp
If you install the sample application in Linux/Unix OS, stop the iptables service or modify its configuration.
Then the following pages will be available:
The minimum sequence of the functional code can be found in the code of these pages. The code is essential for integration of ADUCID® authentication into third-party systems.