Questions tagged [openid]

OpenID is an open standard that describes how users can be authenticated in a decentralized manner. It allows the user to use an existing account to sign in to multiple websites, without needing to create new passwords.

OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for services to provide their own ad hoc systems and allowing users to consolidate their digital identities. Users may create accounts with their preferred OpenID identity providers, and then use those accounts as the basis for signing on to any website which accepts OpenID authentication

- Wikipedia

3474 questions
1024
votes
20 answers

What's the difference between OpenID and OAuth?

I'm really trying to understand the difference between OpenID and OAuth? Maybe they're two totally separate things?
Micah
  • 101,237
  • 81
  • 221
  • 320
256
votes
6 answers

What's the best solution for OpenID with Django?

Please note: this is an ancient question with ancient answers. Most of the linked apps are now unmaintained. These days, most people seem to use django-allauth or python-social-auth. I'll leave the original question intact below for posterity's…
Benjamin Wohlwend
  • 28,402
  • 10
  • 83
  • 95
178
votes
7 answers

Architecture for merging multiple user accounts together

Okay, I got a website where you can register yourself and login. You can also login with your facebook, twitter or linkedin account. It is important that users only have one account registered. So somehow, I want to merge the accounts of users if…
P.T.
  • 3,010
  • 4
  • 16
  • 23
160
votes
4 answers

What is the difference between OpenID and SAML?

What is the difference between OpenID and SAML?
metdos
  • 8,991
  • 13
  • 62
  • 101
138
votes
2 answers

Securing my REST API with OAuth while still allowing authentication via third party OAuth providers (using DotNetOpenAuth)

I have a product with a straightforward REST API so that users of the product can directly integrate with the product's features without using my web user interface. Recently I have been getting interest from various third parties about integrating…
Nathan Ridley
  • 31,947
  • 30
  • 116
  • 188
133
votes
5 answers

OpenID vs. OAuth

Possible Duplicate: What's the difference between OpenID and OAuth? What is really the difference between OpenID and oAuth? They look just the same to me. I should clarify, I'm planning to use them in drupal, if that makes any difference. So I…
loop
  • 1,387
  • 2
  • 9
  • 4
100
votes
1 answer

How does OpenID authentication work?

I am a little curious to know about how OpenID authentication works. Is there any difference between OpenID authentication and the authentication which sites use exclusively for themselves?
Biswanath
  • 8,877
  • 12
  • 41
  • 57
91
votes
6 answers

Where can I find a list of OpenID Provider URLs?

I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I thought this would be easy to find but I've scoured the web and only found a handful, mostly by accident. Is there a resource that lists…
XVargas
  • 1,512
  • 2
  • 12
  • 16
86
votes
3 answers

REST API for website which uses Facebook for authentication

We have a website where the only way to login and authenticate yourself with the site is with Facebook (this was not my choice). The first time you login with Facebook, an account gets automatically created for you. We now want to create an iPhone…
Adam
  • 1,172
  • 1
  • 8
  • 11
85
votes
3 answers

Delegate OpenID to Google (NOT Google Apps)

Is it possible to use my personal website/blog to login to sites that use openid, and delegating to my Google account? OK, I searched this question on SO but no good answer. After spent some time I figured out how to do it. I'm going to answer this…
Rio
  • 1,727
  • 2
  • 22
  • 25
82
votes
4 answers

Is Facebook an OpenID provider?

Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials?
Jason
  • 15,436
  • 20
  • 71
  • 112
63
votes
4 answers

How to add custom claims to access token in IdentityServer4?

I am using IdentityServer4. I want to add other custom claims to access token but I'm unable to do this. I have modified Quickstart5 and added ASP.NET Identity Core and the custom claims via ProfileService as suggested by Coemgen below. You can…
001
  • 55,049
  • 82
  • 210
  • 324
62
votes
6 answers

Changing the action of a form with JavaScript/jQuery

I'm having an issue that is driving me crazy. I'm trying to modify the openid-selector to support facebook. I'm using RPXNow as my provider so it requires the form to be submitted to a different url than the standard. For example. RpxNow requires…
Micah
  • 101,237
  • 81
  • 221
  • 320
62
votes
3 answers

How to create and add users to a group in Jenkins for authentication?

I choose to use "Jenkins's own user database" security realm for user login as I couldn't use LDAP in my company. And Google's OpenID has issue when you decided to change the hostname or port number to something else. And I use "Project-based…
xbeta
  • 2,187
  • 4
  • 26
  • 47
61
votes
8 answers

How do I implement ‘sign in with google’ on my site?

On my site I would like to allow users to sign in with a google account. I plan to use openid but I would like to allow signing in with google because it has more benefits. I've noticed in the past a few sites that have the ability to sign in with a…
user34537
1
2 3
99 100