Hi everyone,

I've been trying to get Symfony 2's security bundle to fit on some
specific requirements - no luck yet.

My target would be to use the SecurityBundle only partially: to take
care of authorization decisions but nothing else. Authentication and
all other actions would be done by another component.

Is there any configuration scheme that I could use to define some kind
of role provider that Symfony asks for the roles of the current
session? I tried to do it with a custom UserProvider, but Symfony
tries to do the authentication right away. If I "disable" the
authentication by using anonymous authentication, I'll get "Full
authentication is required to access this resource." exception -
that's expected in some way.

So, any ideas? =)

Thanks,
Ville

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to