Symfony: Routing 'secure' and 'login' actions to another application
Posted
by
Darmen
on Stack Overflow
See other posts from Stack Overflow
or by Darmen
Published on 2010-12-25T06:43:03Z
Indexed on
2010/12/25
6:54 UTC
Read the original article
Hit count: 217
Hello,
Suppose we have 3 apps - appMain
, app1
and app2
.
Applications 1 and 2 are protected, they have is_secure: true
and everything works fine with sfDoctrineGuard plugin.
A behavior I want to achieve is when a user is not authenticated, current application to forward him to another one, say appMain
with defined module and action.
Is that possible? Or can someone tell me where to dig about security mechanisms in symfony?
© Stack Overflow or respective owner