Questions tagged [social-authentication]

A form of single sign-on using existing login information from a social networking service such as Facebook, Twitter or Google+ to sign into a third party website.

A form of single sign-on using existing login information from a social networking service such as Facebook, Twitter or Google+ to sign into a third party website.

88 questions
2
votes
0 answers

LinkedIn redirect uri not working with dynamic url (was previously working)

I've got a problem that I'm using social authentication in my web app and the app will have several instances. The URL has always been dynamic but was recently reformatted, therefore the redirect_uri now seems to need to be different each time as I…
1
vote
0 answers

Linkedin 3-legged OAuth throws 'Not enough permissions to access: GET /userinfo'

I was trying to integrate social login for my Django application using linkedin OAuth2. I have followed steps described in their official page here. In step2, I have given 'profile' value for scope parameter, given below are the allowed scopes in my…
1
vote
1 answer

Implementing SignInWithApple in a native iOS app

I am trying to implement SignInWithApple in a SwiftUI iOS app which sends/receives requests to/from an external API, which in turn, interacts with a MySQL database. I have read through all the documentation provided by Apple and as many articles as…
1
vote
0 answers

How to login to twitter and store the response on the same page in React

I am trying to allow user to login to my website using twitter as well Please note that I'm using reactjs for the frontend I have created my account on developer.twitter.com and generated the oAuth2.0 client id and client secret I am using library…
1
vote
2 answers

Angular SocialAuthService google. How to close google tap (credential_picker_container)?

I use angular 14. Before updating I have used angular 13 with @abacritt/angularx-social-login 1.1.0, now It has been updated to ^1.2.5 and appeared one tap google auth iframe. I do auth with my own service and when client authed, we are moving to…
1
vote
0 answers

How to use JWT token in the case of Social authentication. (Django)

Normally JWT flow is when enter Username and password it return a JWT token. using the token we can authenticate APIs. But when we use social authentication how it will happen..? When we use social authentication, for example google, we clicks on…
Akshay KR
  • 11
  • 1
1
vote
1 answer

"Invalid block tag on line 3: 'providers_media_js', Did you forget to register or load this tag?"

"Invalid block tag on line 3: 'providers_media_js', Did you forget to register or load this tag?" why this is happening. What modification should I do to solve this {% load static %} {% load socialaccount % } {% providers_media_js %}
1
vote
0 answers

Best way to social authenticate a Vue-cli SPA with AdonisJS on de backend

I'm a huge fan of Vue and I recently discovered AdonisJs and since I come from Laravel I instantly fallen in love with it. That being said I was trying to start a project where I could login with github (or google or facebook...) in the SPA and then…
1
vote
1 answer

Devise can't get the email of Twitter Account

I'm building a social login with Rails, and I've integrated it successfully with Google and Facebook. So, I do the same with Twitter. But I can't redirect to my app after login to Twitter. I received an error like: ActiveRecord::RecordInvalid in…
Kiter
  • 11
  • 1
  • 3
1
vote
1 answer

Best practice for combining android client, spring-boot backend and Oauth2 social login

I am attempting to create a project that combines an Android client with a spring-boot microservices architecture in the backend. The client application will communicate with the backend via a series of Rest APIs, but will require…
1
vote
1 answer

How to disable Enforce HTTPS for facebook auth at localhost?

I tried to configure social authentication via Facebook in my Django project. As I am testing at localhost (already included the http-based site in ALLOWED_HOSTS) , I need to disable Enforce HTTPS. My fb app is now in development mode, but by…
1
vote
1 answer

Is it required to compare social access token with Social Email ID in Social Auth?

When using Social Auth, Email ID is auto validate with Social(Google, FB) account. But I want to develop api for social auth.Mobile developer are using GOOGLE/FB SDK and provide me email. Issue: Is Social access token require, so comparing it with…
1
vote
1 answer

Admad Social Auth route cannot be found

I want to integrate social auth with login and signup in cakephp for which I have used Admad-social-auth plugin.The plugin is working totally fine on local wamp but gives error on server. Any help will be appreciated. Error: A route matching "array…
tru.d
  • 555
  • 2
  • 6
  • 23
1
vote
0 answers

Is it possible to do social authentication from the server side on mobile seamlessly?

I'm creating a mobile game using Godot for IOS and Android, firebase and facebook plugins are available for the android version only. Therefore it's not an option because I want to a cross platform solution. I have a websockets server, I could use…
Lynob
  • 5,059
  • 15
  • 64
  • 114
1
vote
0 answers

How to login with social account in Xamarin Forms without asking user to type in their password again?

I am using Xamarin.Auth to help user login to my app using their social account: google, facebook, twitter... The problem is that it redirect to a login page and the user need to type in their password. If the user already install the social app on…
NBDKhoa
  • 131
  • 3
  • 12