Hi Satya, When you encounter a javascript error, it's helpful to use the browser's javascript console to identify the javascript code which is causing the error.
Double-check the $relayStateURL. What you listed is the value for $acsURL. -alex On Dec 3, 10:35 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Sorry Alex for Posting the message more than once anyway Thanks for > your reply.. > > I've changed the code as you mentioned but javascript error is > coming. > Error is "permission is denied". > > And i checked my relayStateURL.It > ishttps://www.google.com/a/unifyingchurch.net/acs > > could you please help me on this why this error is coming and you > didnt give me the answer for "how to add > users dynamically when users are regisering to my site". > Please give me reply as soon as possible > > Thank you > regards > satya > > On Dec 2, 12:52 am, "Alex (Google)" <[EMAIL PROTECTED]> wrote: > > > 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- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
