tags:

views:

233

answers:

0

We're using GWT and currently working on SSO support. My assumption is that we're able to somehow "grab" the user, domain and SSO sessionID from the HTTP request. That would allow us to validate this data against the SSO provider and i.e. grab the group list from there for valid logins.

Unfortunately I couldn't find an example nor any other sort of documentation on this. Please point me in the right direction.

Many thanks!