Creating custom user provider is really confusing for me.
I have forum based on IPB with users and creating site on Symfony2.1 now. I want to use user's authorisation, registration through Symfony2 into IPB database. I want to use crossite authentication (IPB ('/forum') set cookies with '/' as basepath).
Is there more indepth docs about this? Or you have working solution?