Configuring the Genero Application Server / Single sign-on (SSO) |
The aim of this tutorial is to show basics for simply delegating the start of any GWC application to another service in order to handle the authentication.
Figure 1. Single sign-on tutorial workflow
This service should be adaptable for any application.
This tutorial will help you to understand how to handle authentication using a REST service. However the methods we will show you demonstrate basic mechanisms - simple authentication with user/password hard-coded in your code and addition of a cookie mechanism. On production sites, the security should be improved. You will need to handle the recommendations mentioned in the last step of this tutorial.