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
0
votes
1 answer

i18n problems - No resource owner with name check-twitter and check-facebook

I use these bundles https://github.com/hwi/HWIOAuthBundle bundle:JMSI18nRoutingBundle https://gist.github.com/danvbe/4476697 my routes after inserting i18n are it__RG__hwi_oauth_connect ANY ANY ANY …
Barno
  • 3,271
  • 5
  • 28
  • 58
0
votes
1 answer

HWIOauthBundle & FOSUserBundle events not firing

I have followed all of the advice found here for setting up the HWIOAuthBundle with the FOSUserBundle, but I wish to be able to access the events fired when a user registers and so far seem unable to do that. Having followed the advice in this…
frak
  • 858
  • 1
  • 10
  • 30
0
votes
1 answer

No oauth code in the request (HWIOAuthBundle)

I get this error for one of the login API (windows_live) after going to this link : /login/windows_live I tried with also with google, yahoo, and linkedin and it's working for these. I configured windows live in the same way than the 3…
Sandoche
  • 561
  • 8
  • 19
0
votes
2 answers

No resource owner with name 'google' (HWIOAuthBundle & FOSUserBundle integration)

I installed HWIOAuthBundle and did everything as it is said here : https://gist.github.com/danvbe/4476697 But I have this error when I try to go here : "/login/google" No resource owner with name 'google'. And I have the same kind of errror with…
Sandoche
  • 561
  • 8
  • 19
0
votes
1 answer

Symfony2.3 - HWIOAuthBundle Config ServiceNotFoundException

I want to install this bundle. I follow all of the steps and I have this error : Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException' with message 'You have requested a non-existent service…
Alexandre
  • 1,940
  • 1
  • 14
  • 21
0
votes
1 answer

How to redirect FOSUserBundle user if he is not in whitelist?

I use hwioauthbundle and FosUserBundle and I need check if user Twitter ID is in whitelist. If user ID in whitelist, user authorized, if not, redirect to specific page. For automatic registration I use custom FOSUserProvider as in that Gist, I try…
Quantizer
  • 113
  • 1
  • 1
  • 7
0
votes
1 answer

Symfony2, HWIOAuthBundle and FOSUserBundle - how to create users

My goal is to use these bundles to connect to MailChimp OAuth or Facebook (not necessarily as a login option but that could come later - right now just want my app authorized to access the MailChimp API) - I've got the whole process somewhat working…
cyberwombat
  • 38,105
  • 35
  • 175
  • 251
-1
votes
2 answers

symfony 6 unable to install hwi/oauth-bundle

I was wondering if anyone has had issues trying to install this with symfony 6. I have a feeling i'm missing something easy, but not sure what. I am trying to integrate a keycloak user solution and from what i was reading this would be a good way to…
Rob
  • 153
  • 1
  • 3
  • 14
-1
votes
1 answer

how can i solve below symfony dependency error

The service "hwi_oauth.security.oauth_utils" has a dependency on a non-existent service "hwi_oauth.resource_ownerma p.main". This is the error i got after executing the below command. and now this error have been displayed for every single…
Mr Zid
  • 111
  • 6
-1
votes
1 answer

HWIOAuthBundle without login

I need this logic: user login with FOS user bundle user click on google logo (for example) and login with google+ googleId token is saved in User entity. So there is no firewall with HWIOAuthBundle and I need to use only HWIOAuthBundle listener.…
Vittore
  • 240
  • 3
  • 15
-1
votes
1 answer

Symfony 4 Installation Hwioauth Bundle

i want to install Hwioauth Bundle in Symfony 4.1. https://github.com/hwi/HWIOAuthBundle. Installation: 0.6 with support for Symfony >=2.8 0.5 with support for Symfony >=2.3,<4.0 0.4 with support for Symfony >=2.3,<3.0 0.3 with support for Symfony…
chinhnguyen
  • 73
  • 1
  • 16
-1
votes
1 answer

How to connect user between a front and an api by using login / password or Oauth2

Here is I have a small problem of architecture, first of all, I have two applications: An api writes symfony 3.3 A front writes too it symfony 3.3 Then, I would like have two manner to sign in: the first one by using of third application such as…
Khalezis
  • 109
  • 1
  • 1
  • 6
-1
votes
1 answer

symfony hwio, how to enable r_fullprofile in linkedin

I have apps in Linkedin and this apps have r_basicprofile, r_emailaddress, rw_company_admin and w_share. And I have config owners linkedin linkedin: type: linkedin client_id: "%linkedin_app_id%" …
shuba.ivan
  • 3,824
  • 8
  • 49
  • 121
-1
votes
2 answers

Error: redirect_uri_mistmatch after get Bundle configured and try to login using Github application

I'm using HWIOAuthBundle Symfony2 Bundle and I follow the steps on this guide to get the Bundle configured and working but I get this…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
-1
votes
2 answers

HWIOAuthBundle -> problemi installazione

il git delle configurazioni eseguite come da documentazione https://gist.github.com/idlweb/6232475 l'errore restituito: InvalidArgumentException: Unable to replace alias "my.oauth_aware.user_provider.service" with…
Zelig74
  • 47
  • 6
1 2 3
17
18