By the way, as a courtesy to fellow group members, please post your
message only once to the group.

Can you check the RelayState form field?  The RelayState parameter is
what tells the ACS URL where to forward you after it verifies your
SAMLResponse.  So if you are getting forwarded to the wrong place,
then it's likely a problem with the RelayState getting lost or
mangled.

If you are using Internet Explorer, then you may be running into the
problem where the RelayState parameter needs to have XML special
characters escaped.   In identity_provider.php, change:

<?php echo $relayStateURL; ?>

to:

<?php echo htmlspecialchars($relayStateURL); ?>

The only customization currently available in Gmail is the header
image, which you upload in the control panel.

-alex

On Dec 1, 4:58 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi alex,
>
> We've successfully executed demo code for google apps of gmail  in
> local as well as in online also.
> But i've one problem. i want to be execute entire demo code by
> clicking the button and it has to be go directly to the google apps
> gmail page. I
> did the first one, but gmail page is opening in another window. i
> want
> to be open the gmail page in same page.
> And i've tested the code by removing "target="_blank" in
> identity_provider.php fie but it is going to the google apps login
> page for
> some times.  And for some times blank page is displaying.
> And can you tell me how to customize google apps gmail i.e., i want to
> keep my header in email page which is containing my site url. when we
> click that urls it'll go to my site pages. And tell me how to add
> users dynamically when users are regisering to my site.
> could you please help on this.
>
> thank you
> regards
> satya
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to