At first, sorry for my english. I learned it by myself and I have some difficulties for complicated text like this.
(D'ailleurs, si un francophone passe dans le coin et a une solution...)
I'm a non-pro developper and I learn Symfony (first framework) for the moment.
I build a project when I want to use SSO system.
I read a ton of articles who explain what is Oauth and I read the entire documentation of the FOSOauthServerBundle, but I always don't understand how I can implement and how it works...
I ask to a developper friend to read the documentation, but he don't understand too.
The configuration I want for this network:
- "accounts.site1.com" have the accounts DB and the users are redirected to this site to login
- "www.siteX.com" (many) require users to be identified and just need the user "login" to work
I installed FOSUserBundle and FOSOauthServerBundle on "accounts.site1.com". And that's it. I don't know what to do next... I'm totally lost!
I know some bundles provide an Oauth authentification via FB, Google, ... But I don't want to force my users to create an account on this sites.
Someone can help me to understand how to implement all of this? I really need to understand that.
I really appreciate all of your help!
Thanks in advance.
