FpOpenIdBundle icon indicating copy to clipboard operation
FpOpenIdBundle copied to clipboard

Add recipe about connect functionality

Open Koc opened this issue 13 years ago • 10 comments

For example there is user which already login and password. And he wants connect openid to current account. How it possible to do this?

Koc avatar Aug 21 '12 18:08 Koc

/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.

makasim avatar Aug 22 '12 05:08 makasim

sorry ignore previous comment it is for internal project I work on. we currently discuss same issue there.

makasim avatar Aug 22 '12 07:08 makasim

yes it is a good idea.

makasim avatar Aug 22 '12 07:08 makasim

@makasim any news on it?

Koc avatar Jan 23 '13 16:01 Koc

@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.

makasim avatar Jan 24 '13 07:01 makasim

ping @makasim

Koc avatar Jul 11 '13 20:07 Koc

@Koc nothing new. I can share project code somewhere if you want. Though I dont like how the code look like.

makasim avatar Jul 12 '13 05:07 makasim

Have you look how it realized in https://github.com/hwi/HWIOAuthBundle/ ?

Koc avatar Jul 12 '13 07:07 Koc

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.

makasim avatar Jul 12 '13 07:07 makasim

This how I implemented it in the project https://gist.github.com/makasim/5982667. Hope it helps you

makasim avatar Jul 12 '13 07:07 makasim