Thanks for the reply, but for NOTE: 
I am looking to setup/share only ONE "signin" instance(decorated by
frontend layout) for any(two+) applications. :)

Let's say you have two applications on project, backend and frontend,
than it seems like you must enable sfGuardAuth module for both and it's
will cause two instances of signin form decorated by two different
layouts.

Also I think it's not possible to setup cross app routes in routing.yml
by default. Isn't it?

The simplest way I found is to override actions of backend instance of
sfGuardAuth with redirects(CrossAppUrlHelper) to frontend instance of
sfGuardAuth module.

On Fri, 2009-01-09 at 03:37 -0800, small wrote:
> When you install sfGuard it will automatically route to the login
> module/action when the user hits an action that is protected. So all
> you do is install that , and you can have a play with you app
> routying.yml to make the redirects.
> 
> 
> On Jan 9, 12:42 am, "Yevgeniy A. Viktorov" <[email protected]>
> wrote:
> > Hello,
> >
> > I have two applications frontend and backend with different layouts and
> > would like to use frontend/login to authenticate to both, e.g. frontend
> > itself and backend. Would like to simply redirect to frontend/login when
> > non authenticated user requesting backend app and share auth session
> > between two apps.
> >
> > Looking for the best practice/ideas :)
> >
> > Thanks.
> > 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to