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
28
votes
2 answers

How to add multiple redirect URIs for Google OAuth 2?

I am trying to make Google OAuth 2 authentication work with a toy app I am running on my computer (at localhost:8080) using Social Auth for Java. However when my app connects to Google to authenticate the user, Google responds with this error…
Behrang
  • 46,888
  • 25
  • 118
  • 160
25
votes
7 answers

Auth0 callback URL mismatch

I am doing LinkedIn authentication with auth0 in a react app. I have set localhost:3000/upload in callback urls in settings, hopping that after users login at localhost:3000/login, they would be redirected to localhost:3000/upload. However, I always…
shangsunset
  • 1,585
  • 4
  • 22
  • 38
15
votes
4 answers

What is the simplest way to restrict access to a static website using social auth

I have a static website composed of html/css/javascript files. The website is automatically generated and updated frequently. Instead of authorizing access to the website with a username/password (basic auth), I would like to have users authenticate…
el_tigro
  • 1,099
  • 2
  • 10
  • 22
6
votes
1 answer

How to make a 'log in with Spotify' authentication system using Firebase?

I have a web page which I want to make it only available to users after they log-in using their Spotify account. I am using Firebase for backend. I haven't implemented any social authentication before, so an in-depth answer will be much appreciated.
Rooz
  • 594
  • 1
  • 7
  • 20
6
votes
3 answers

Error Social Auth 4.4:: Invalid Scopes: publish_stream.

I got this error when i try to connect with SOCIAL AUTH 4.4 TO INTEGRATE FACEBOOK API IN ANDROID. Few days back everything is working fine and i am able to post the data to Facebook from my application. Now i am getting this error while trying to…
King of Masses
  • 18,405
  • 4
  • 60
  • 77
5
votes
2 answers

I want Microsoft Authentication in Flutter Application

I want to provide Microsoft auth in my flutter app along with Google and Facebook. I found documentation for Google and Facebook, but could not find any resource or document for Microsoft auth. Any help will be appreciable.
Neeraj
  • 117
  • 1
  • 10
4
votes
0 answers

Use social login with Jhipster without OpenID Connect server

I generated a simple Jhipster application with jwt, and I would like to use Social login, but I don't want to use the OpenID Connect server (Keycloak or Okta). I just need a simple social login with Google/Github/ etc. How can I do this?
Artem
  • 358
  • 3
  • 15
4
votes
1 answer

Django Social login/register using rest framework

I am using DRF as rest framework and want to use the social login for user signup and login. For now, I am using angular to signup with Google which is successful and got following…
4
votes
1 answer

Django REST to React - getting social auth tokens without password

I want to pass info to React about the current authenticated user within an app that only uses social authentication on the backend (that is processed by social_django). All of my user and user token info is stored within django REST, and to access…
3
votes
0 answers

Is it better to implement Social Login/Authentication in the frontend (React) of an application or backend (FastAPI)

I am building a full-stack application using React for the frontend and FastAPI for the backend with PostgreSQL database. I am aware the most answers for my question have been "do both" but to me that is quite vague an answer. To be more specific…
3
votes
1 answer

Parameters in LinkedIn User Profile Image URL

I use social authentication in my ASP.NET Core application, one of which is LinkedIn authentication. Looks like there's been some changes in LinkedIn API and now we seem to get some parameters with user images. Here's a dummy full/original image URL…
Sam
  • 26,817
  • 58
  • 206
  • 383
3
votes
2 answers

Using social authenticaion details to login from built in login system

I have both the laravel built in and social authentication. Suppose if a user logs in using facebook, i store the user details such as fb_id, username, email etc. to the users table which is authenticable from built in login system.This way i can…
Sanzeeb Aryal
  • 4,358
  • 3
  • 20
  • 43
2
votes
0 answers

Authentication with google auth , jwt token, django rest framework, nextj

How can I implement authentication system using Django Rest Framework backend and Next js frontend for google oauth (social auth) with jwt token ?
2
votes
0 answers

social login through Instragram & Twitter in angular 6?

I am working on angular6 project. How to allow the users to login through Intragram & twitter? I have implemented google & facebook login but I don't know how to implement through Instragram & twitter.
user10469417
2
votes
0 answers

Using OAuth for django, how to save username from google account to database

I have managed to use Google authentication in my django site. The problem is when I go to user profile which is: http://127.0.0.1:8000/user/username for example if my google username is Chazefate then when I go to Profile then this site is not…
chazefate
  • 822
  • 4
  • 13
  • 35
1
2 3 4 5 6