Has somebody implemented a SSO in Symfony 1.4 ? or has a working example to share?
thanks! On Aug 26, 10:15 am, Mariano Sola <[email protected]> wrote: > thanks for your answers! > I'm going to take a look to SAML. > > On Aug 26, 5:20 am, Gareth McCumskey <[email protected]> wrote: > > > If you are looking to support cross-domain single sign on kind of > > functionality do some research into SAML. Its the SSO standard that Google, > > OpenID and others use. > > > On Thu, Aug 26, 2010 at 3:53 AM, Mariano Sola <[email protected]>wrote: > > > > Hi all, how is it going? > > > > I'd like to ask you how can I set a domain that is not the same the > > > setCookie method is invoked in order to be read from other domain. > > > > Currently I'm doing the following but the cookie is not created: > > > > $response = sfContext::getInstance()->getResponse(); > > > $response->setCookie("TestCookie", "valorCookie", null, "/", " > > >www.example.com", 0, 0); > > > > The weird thing here is that if I replace "www.example.com" with "" the > > > cookie is being created correctly using as domain "localhost" which is my > > > Dev environment domain. > > > > Somebody faced with this issue? Is there some piece of the configuration I > > > missed? > > > > Thanks in advance! > > > *mariano ::* > > > > -- > > > If you want to report a vulnerability issue on symfony, please send it to > > > security at symfony-project.com > > > > You received this message because you are subscribed to the Google > > > Groups "symfony users" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<symfony-users%[email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/symfony-users?hl=en > > > -- > > Gareth McCumskeyhttp://garethmccumskey.blogspot.com > > twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
