Questions tagged [hwioauthbundle]

HWIOAuthBundle adds support for authenticating users via OAuth in Symfony2.

HWIOAuthBundle adds support for authenticating users via OAuth (OAuth1.0a or OAuth2) in .

The bundle contains support for 20+ different providers.

Documentation

  • for Symfony ^4.4 & ^5.0: 0.4
256 questions
1
vote
1 answer

Registering new users via OAuth2 : what to set as user identifier for future log ins?

I have managed to successfully configure this. The problem is, when I change the lines below : //I have set all requested data with the user's username //modify here with relevant…
stevenll
  • 1,025
  • 12
  • 29
1
vote
0 answers

Undefined index: oauth_problem HWIOAuthBundle when using yahoo

I have Integrated FOSUserBundle and HWIOAuthBundle as explained in http://m2mdas.github.io/blog/2013/11/21/integrate-hwioauthbundle-with-fosuserbundle/ It works fine with twitter, facebook, linkedIn. but using yahoo after creating new project app…
1
vote
1 answer

Custom FOSUBUserProvider not working properly

I've been following the instruction here: https://gist.github.com/danvbe/4476697, I have read the entire thread more than once, but I'm not getting a solution for my problem. I want to use the oauth bundle just for account linking, persisting the…
Reydel Leon
  • 1,035
  • 2
  • 11
  • 34
1
vote
1 answer

Symfony2.1 - trying to add google authentication with HWIOAuthBundle

im using SonataAdminBundle to develop my application with Symfony2. For the user login im trying to add google authentication. I configured HWIOAuthBundle as their documentation. everything smoothly configured and running. after google…
Lasith
  • 565
  • 1
  • 6
  • 17
1
vote
1 answer

unrecognized options resource_owners in symfony 2

i am using HWIOAuthBundle to integrate Facebook oAuth and when i update my schema i am getting following error [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] Unrecognized options "resource_owners" under…
Hunt
  • 8,215
  • 28
  • 116
  • 256
1
vote
1 answer

Symfony2 HWIOauthBundle error with response

i hope anybody can answer my below question. I running a project with symgfony2. I will offer users to import their CV from external plattforms like Linkedin or XING. What i dont need is offering the user the ability to login to my site through…
user2742271
  • 221
  • 3
  • 5
1
vote
1 answer

HWIOAuthBundle + FosUserBundle - custom form types

Is there any option to separate registration form types? I would like to have 2 form types for normal registration and oauth registration. It looks like the bundle uses fosuserbundle's form type by default and ignores registration_form section in…
quba
  • 435
  • 2
  • 10
1
vote
1 answer

No route found for "GET /connect"

Trying to use HWIOAuthBundle No route found for "GET /connect" 404 Not Found - NotFoundHttpException 1 linked Exception: ResourceNotFoundException » https://gist.github.com/idlweb/6232475
Zelig74
  • 47
  • 6
1
vote
1 answer

how to use HWIOAuthBundle to get last tweet in symfony2

I'm using Symfony2 project, how can i use HWIOAuthBundle to get last tweet on twitter? Or, other bundle symfony to authentication api 1.1 of twitter? please give me a suggestion.
Ba Xop
  • 19
  • 3
1
vote
3 answers

HWIOauthBundle: Create custom Resource Owner

I followed this gist https://gist.github.com/danvbe/4476697 to get HWIOauthBundle to work on my site, and now I can login fine via a LinkedIn account and persist the user to my local database, so I'm pretty happy with that. However, my next step is…
jeanpaul62
  • 9,451
  • 13
  • 54
  • 94
1
vote
2 answers

HWIOAuthBundle custom service provider arguments

I'm trying to set up HWIOAuthBundle to work with FOSUserBundle. While making my own User Provider that extends FOSUBUserProvider, I did the following: namespace Naroga\Reader\CommonBundle\Service\Security; use…
Pedro Cordeiro
  • 2,085
  • 1
  • 20
  • 41
1
vote
2 answers

Social login in Symfony2

Right now, I'm trying to setup some social logins (facebook and twitter) in a website I'm currently developing. But now, I'm stuck in some point. I'm just following HWIOAuthBundle's…
Reinherd
  • 5,476
  • 7
  • 51
  • 88
1
vote
1 answer

Create a bundle in vendors in Symfony2

I am trying to create a bundle in vendors in Symfony2. MyBundle(MineUserBundle) needs to inherit other two bundle in vendors FOSUserBundle and HWIOAuthBundle. How to get inherit both bundles properties, templates etc in Mybundle? vendors …
Justin John
  • 9,223
  • 14
  • 70
  • 129
0
votes
0 answers

Signin and register with Facebook

I have configured HWIOAuthBundle according to this: https://github.com/hwi/HWIOAuthBundle/blob/master/docs/bonus/facebook-connect.md Maybe someone can translate how can I distinguish requests for login and for registration? Right now FB response is…
JohnSmith
  • 436
  • 5
  • 17
0
votes
0 answers

Use HWIOAUTHBundle with LexikJWT in a api-platform project

I havn't no issue to build an api with api-platform and generate token with LexikJwt and refresh with gedinet bundle. It's easy (thanks a lot, it's a great doc). I use Symfony 6.1 and try to integrate HWIOAUTH Bundle 2.0 (beta). My use case : Use…