Hi Ben,
Thanks for your advice. Actually, we resolved the problem using a specific cookie that every waebapp read in order to know whether the identified user is still logged or not.
Type: Posts; User: rve; Keyword(s):
Hi Ben,
Thanks for your advice. Actually, we resolved the problem using a specific cookie that every waebapp read in order to know whether the identified user is still logged or not.
Hi,
I use ACEGI and CAS to secure several webapps
Being authenticaed in webapp A, I open a browser on webapp B -> I am authenticated. Fine.
Then I logout in webapp A. I then I try to access...
Hi Ben,
Thank you. Actually, i have inserted a home-grown certificate in my cacerts to have ACEGI and cas work together (only on my dev pc !)
This works fine. Thank you for the CAS support !
Hi derKaiser,
There are many ways to achieve your goals with ACEGI, i think.
The ability of a user to edit or delete a category can typicallly be modelized through an ACL.
A user can be...
Hi,
While developping a webapp, I am using ACEGI and CAS to achieve authentication. The webapp runs on Tomcat 5.5 under an Apache 1.3 web server.
Due to load issues, I want to let Apache manage...
Hi Ben,
Thanks for this. This clears up how to set-up proxy facilities.
But this does not tell whether ACEGI's taglibs can access a remote Authentication object or not, and if yes, how.
...
Hi,
I have the following challenge:
- I want to secure several webapps. Each one must run in a different web browser, and therefore have its own session.
- I do not use any portal technology,...
Hi,
I only wish to secure a webapp with ACEGI and CAS 3.0. I really need CAS 3.0 because of its fail-over capabilities.
While setting up a CasAuthenticationProvider, i found that with ACEGI...