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
1
vote
1 answer

Social Login with Angular 5 and Lumen 5.6

I am trying to implement social login with angular 5 as my front-end and lumen 5.6 as my backend. I am using JWT Authentication system with Lumen. So, I am confused here how I should implement social login system in this situation. Through my…
Fahim Uddin
  • 681
  • 2
  • 10
  • 36
1
vote
0 answers

What is the 2018 way to implement social media logins on Android?

I´ve implemented the Google and Facebook login manually, but the login buttons look differently so I was looking for a more convenient way to implement it. There seems to be the AuthUI.getInstance().createSignInIntentBuilder() which seems to be…
Marian Klühspies
  • 15,824
  • 16
  • 93
  • 136
1
vote
2 answers

How to set Facebook login permissions when using a custom login button in Android

I am following this guide to set up social login via Facebook in my Android app: https://developers.facebook.com/docs/facebook-login/android/permissions With Facebook's LoginButton setting the callback to handle user authentication result is…
Babken Vardanyan
  • 14,090
  • 13
  • 68
  • 87
1
vote
1 answer

How to handle google login for a widget

I'm in the process of creating a widget. The part that escapes me is implementing social media authentication. The widget is done through embedded javascript, and takes over a
on the page rather than utilizing an iframe. The problem that I am…
1
vote
2 answers

Logging in via Google, without logging into Google

Out of curiosity, when I log into a site like StackOverflow via OpenID or similar (Google, Facebook, etc.), I get also logged into the identity provider itself (e.g. Google). Is there a way that users can log into my site using a third party…
jdm
  • 9,470
  • 12
  • 58
  • 110
1
vote
1 answer

how can I integrate social auth library to my android studio project

how can I intergrade social auth to my project I am using android studio I am looking for any tutorial but I cant find any thing related to this topic my tries : I tried to download jar file to import to my project from downloads…
Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156
1
vote
1 answer

Flask Social Authentication Class Issue

I am working off of a Miguel Grinberg tutorial on social authentication. On the homepage template I have this code, and I removed the twitter portion from the tutorial:

I don't know you!

metersk
  • 11,803
  • 21
  • 63
  • 100
1
vote
2 answers

Rest APi implementation with social authentication

How can I implement a java backend probably on top of Spring, we will use only REST api's to access backend. user can login through standard login/password, and social authentication (facebook, google etc.). Is there a standard oauth2 implementation…
hutututu
  • 239
  • 1
  • 4
  • 11
1
vote
1 answer

State parameter value does not match with expected value

I have a requirement in our project to sign-in user using other providers like facebook,google. For this, i am using social auth plugin. it is working fine with facebook,but with googleplus , i am getting error "State parameter value does not match…
Prabjot Singh
  • 4,491
  • 8
  • 31
  • 51
1
vote
1 answer

W3C validation error: "Bad value X-XRDS-Location for attribute http-equiv on element meta"

I am getting the above validation error in response to the following line in my HTML: I use WordPress…
Jagan K
  • 1,057
  • 3
  • 15
  • 38
0
votes
1 answer

session value state is missing

i want to make google oauth and when google redirect me with get req state and code then when i want to post it my djoser url in django rest i got non-field-errors : session value state is missing 400 bad request to API_URL =…
0
votes
1 answer

Firebase - Adding a new app will invalidate google services on others

We have a firebase project with multiple Android / iOS apps. We use firebase for social logins and push notifications. All the apps are using the same google_services.json and the same Firebase project. Now our client wants to release an additional…
Marco Fedele
  • 2,090
  • 2
  • 25
  • 45
0
votes
0 answers

Can't log in to Google with Cypress: read-only property

I’m trying to automate social login to Google. `export const loginToGoogle = () => { loginPageLocatorManager.getContinueWithGmailButton().click(); const googe_auth_url = Cypress.config().socialAuth.googleAuthURL; const google_client_id =…
0
votes
0 answers

RelatedObjectDoesNotExist at /api/v1/user/

I am using drf-social-oauth2 for social authentication in django. When I make a request to backend using following json "grant_type": "convert_token", "client_id": "QhT0Z....u3m5f", …
0
votes
1 answer

Having trouble with the authentication process of logging in Facebook from my Django project

I am new to Django and I wanted to build a Django application that could allow users to log in using Facebook, so I have followed every step listed in this tutorial. Despite following the same step, I still getting errors after providing my password…
yin teh
  • 1
  • 1