Assuming that the iframe and the container point to the same server,
both will or should come under the same authentication scheme.
I would expect that the user ID is stored in a session object, after
authentication has been performed. Session objects are usually
identified by a session cookie on each request, so the iframe and the
container both send the same cookie back to the shindig server.
However.
If the iframe is not coming from the same server as the container,
then they will need to sign into both server.... unless both servers
are configured with CAS and there is no prompt required once you have
logged into the container.
Ian
On 3 Oct 2008, at 14:46, <[EMAIL PROTECTED]> wrote:
But how can the shindig servlet authentify itself as the same user
of the portal (me) ?