FpOpenIdBundle
FpOpenIdBundle copied to clipboard
Add recipe about connect functionality
For example there is user which already login and password. And he wants connect openid to current account. How it possible to do this?
/account/externals - CoreBundle:SecurityExternalAuthenticationController:listAction - displays list of your connections
/account/externals/{relying_party}/connect/{csrf_token} - CoreBundle:SecurityExternalAuthenticationController:connectAction - allows you to connect one more openid account.
sorry ignore previous comment it is for internal project I work on. we currently discuss same issue there.
yes it is a good idea.
@makasim any news on it?
@makasim any news on it?
nothing new. I dont have a good solution to use as a recipe. The one in the project I work on is too specific.
P.S. I am keeping this open as a remainder.
ping @makasim
@Koc nothing new. I can share project code somewhere if you want. Though I dont like how the code look like.
Have you look how it realized in https://github.com/hwi/HWIOAuthBundle/ ?
Have you look how it realized in https://github.com/hwi/HWIOAuthBundle/ ?
no, I heard about this bundle but don`t have a chance to use it. I would try to find time to look at it, but it may be hard as I am busy working on payment solutions atm.
This how I implemented it in the project https://gist.github.com/makasim/5982667. Hope it helps you