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

Symfony2. HWIOauth. Vkontakte. Get profile photo url

I can't get profile photo. Any Ideas? # Some part from config.yml hwi_oauth: firewall_names: [secured_area] resource_owners: vkontakte: type: vkontakte client_id:
chrisperk
  • 47
  • 8
1
vote
1 answer

Symfony 3, HWI OAuth with Doctrine, auto-registration, without FOS UserBundle

I've been fighting the whole day with HWIOAuthBundle, and I just can't get it do what I need. I want oauth-only login, so no form login, no registration, everything goes through oauth. I want to create new user accounts automatically on their first…
Tom
  • 2,688
  • 3
  • 29
  • 53
1
vote
1 answer

Configure OAuth2 access for shop users

I would like to add social connect buttons in my Sylius shop but I can't manage to do that. I installed HWIOAuthBundle via composer : $ composer require hwi/oauth-bundle Then, according to HWIOAuthBundle documentation, here are my config…
Gontran
  • 45
  • 1
  • 6
1
vote
2 answers

Symfony 3: Fatal error: Class 'HWI\Bundle\OAuthBundle\HWIOAuthBundle' not found in AppKernel.php on line 21

I am using "HWIOAuthBundle" along with "FOSUserBundle", which works pretty well on localhost (Windows). But when I upload it to live server, I get the following error: Fatal error: Class 'HWI\Bundle\OAuthBundle\HWIOAuthBundle' not found in…
Ren
  • 330
  • 6
  • 23
1
vote
1 answer

Symfony 2.8 & HWIOAuthBundle: You have requested a synthetic service ("request"). The DIC does not know how to construct this service

I use HWIOAuthBundle for facebook login and I get this error after updating from 2.8.9 to 2.8.10: You have requested a synthetic service ("request"). The DIC does not know how to construct this service. I have read…
Ignas Damunskis
  • 1,515
  • 1
  • 17
  • 44
1
vote
1 answer

What HWIOAuthBundle is expecting from the infos_url?

I am trying to config my oauth2 server with HWIOAuthBundle and I would like to have some clarifications on what HWIOAuthBundle is expecting as response to config correctly infos_url? I guess it is expecting a json file. So, what are its fields? If…
Amine Jallouli
  • 3,919
  • 8
  • 36
  • 73
1
vote
1 answer

hwi_oauth Remember Me and IS_AUTHENTICATED_FULLY

I'm working on adding Oauth login to a Symfony2 site. I have the bundle working and configured with paypal and Facebook. I have remember me working. My issue is when a user comes back via remember me and tries to reauthenticate via oauth it tells me…
Jeremy
  • 494
  • 1
  • 8
  • 20
1
vote
2 answers

Symfony2 - HWIOAuthBundle - Facebook login

I have followed bundle documentation configuring the HWIOAuthBundle for facebook. Then I followed this example for facebook login button display and it seems to be working, but it is not completed. I am stuck and don't know what to do next. After I…
Ignas Damunskis
  • 1,515
  • 1
  • 17
  • 44
1
vote
1 answer

yahoo oauth authentication email scope

I want to implement integration between yahoo and my application (via HWIOAuthBundle) every thing goes well, but in yahoo response i found no email address!! and for my user registration i do need email address. could anyone help me and say which…
parisssss
  • 803
  • 16
  • 36
1
vote
0 answers

Catchable Fatal Error when logging with twitter in my symfony2 application

i use FOSUserBundle and HWIOAuthBundle in my symfony2 application. I try to implement "sign in with twitter" and when i run my application in developpment mode i have this error : Catchable Fatal Error: Object of class …
sepointes
  • 85
  • 1
  • 2
  • 10
1
vote
0 answers

symfony "Cannot set session ID after the session has started" while testing

I'm using symfony 2.8.3 together with fosuserbundle, liipfunctionalTestBundle and HWIOAuthBundle. My test code $client = static::makeClient(true); // request of any other url is getting the same error $crawler = $client->request('GET',…
Victor Bredihin
  • 2,220
  • 21
  • 30
1
vote
2 answers

HWIOAuthBundle facebook 443 Bad Access

I'm building a symfony REST Api in which I'm trying to get HWIOAuthBundle, FOSUserBundle and LexikJWTBundle working all together. I followed this gist for the HWIOAuthBundle/FOSUserBundle integration. Now I'm getting the facebook login form when…
TrtG
  • 2,778
  • 6
  • 26
  • 39
1
vote
1 answer

Treatment Routes of hwi_oauth in symfony

I have a project where I log in with the auth and from time to time it's an error and it is not possible to connect. And I would have something to show me this error, so I can do the treatment and return a message to the User. When he does not…
Marcius Leandro
  • 775
  • 1
  • 11
  • 34
1
vote
1 answer

Log user in after creation with Auth0 and PHP

I'm using Auth0 for authentication with Symfony2 and HWIOAuthBundle. Our app does the following: Send invitation link to new user User ckicks the link and lands a form where they new fill-in email and password Once the form is submitted and…
Radek
  • 263
  • 3
  • 10
1
vote
1 answer

hwioauthbundle configure for google

i try configure this bundle for authication with google api. I see documentation and search in google, but still can't configure. Now i have this error : The service "hwi_oauth.security.oauth_utils" has a dependency on a non-existent service…
user4685464