I have three java web (.war) projects with different contexts within the same EAR.
I need the user to authenticate in an application and then I traffic this information between the other projects. Searching a little I found some well-designed approaches like Single Sign On, but I do not know if it is necessary to use something so complex for this type of problem. Home I would like your opinion on what approach to use.
Environment: Applications in JSF using JavaEE and Wildfly server