On 19 jan, 18:06, eadams <[email protected]> wrote: > I've been working on an intranet application. The application has used > Tomcat's security to require a simple login to access several related > applications. The goal now is to increase the user authorization so > that functions inside the applications can be controlled by allowing > selected users different access levels (such as "full access" or "read > only" or "none'). So far I've created a login panel that validates the > user's id and password and presents a menu of the applications the > user can access. I'm using HTML anchor element widgets to provide > access to the various GWT applications. I need to pass the user id > from the login/menu application to the user's selected GWT > application. Any ideas?
Can't you mimic any other single sign-on solution? (JA-SIG CAS for example) Actually, in your case, I would probably use an SSO such as CAS with the login page configured to be your "login panel". (the problem with SSO is however not SSO, but SLO: single logout) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
