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

3669 questions
29
votes
6 answers

OpenID authentication in ASP.NET?

I am starting to build a new web application that will require user accounts. Now that I have an OpenID that I am using for this site I thought it would be cool if I could use OpenID for authentication in my application. Are there any good…
dlannoye
  • 1,746
  • 19
  • 19
28
votes
5 answers

keycloak - CODE_TO_TOKEN_ERROR after user is authenticated

I am working with the nodeJS keycloak adapter and so far have my client application redirecting to the keycloak login. When attempting to login, I get an error in the keycloak logs as follows: 12:07:12,341 WARN [org.keycloak.events] (default…
mindparse
  • 6,115
  • 27
  • 90
  • 191
28
votes
7 answers

How do you delegate your OpenId to Google Apps

I use Google Apps for my domain email, and I was wondering if I could use that account for OpenID instead of the regular Gmail account. I know I can delegate Openid to some other URL using this:
Mathieu Longtin
  • 15,922
  • 6
  • 30
  • 40
28
votes
2 answers

How to implement Google OpenID authentication in PHP & Test on Localhost

I am new to OpenID, and want to implement Google OpenID authentication on my website. I could not found any examples. Can anyone suggest me some good tutorials (step by step) or any working example with code to implement Google OpenID authentication…
Navin Kaushal
  • 281
  • 1
  • 3
  • 4
27
votes
2 answers

Identity server is keep showing "Showing login: User is not authenticated" in /connect/authorize/callback

Using IdentityServer4, I'm implementing Code flow authorization on an existing system which supports only ResourceOwnerPassword grant type in IdentityServer and works well. I got into a stage where the user is promoted to authenticate, then…
Homam
  • 23,263
  • 32
  • 111
  • 187
27
votes
3 answers

OAuth scopes and application roles & permissions

Currently my application is verifying user's access based on the roles and permissions. For example, if a user is admin then he has all permissions. However, now I am implementing OAuth 2.0 and OpenIdConnect for single sign on and token based…
John
  • 583
  • 2
  • 7
  • 12
27
votes
7 answers

Changed domain error - OpenId auth request contains an unregistered domain

I set up a project on my main domain example.com and then moved it to a subdomain sub.example.com Now when I try to use the same (default ASP.NET MVC or on my Discourse forum) project with OpenId and click on the Google button to log in with my…
PW Kad
  • 14,953
  • 7
  • 49
  • 82
26
votes
3 answers

OpenID, how to develop a provider

Currently I'm developing some infrastructure and I've implemented my own RESTful authentication mechanism. Now I've in mind that maybe I shouldn't go this way and use an industry standard so interoperability with my project could be trivial and…
Matías Fidemraizer
  • 63,804
  • 18
  • 124
  • 206
26
votes
2 answers

How to get cookies from web-browser with Python?

Context: I am working on a backend access to an OpenID consumer (StackExchange in fact). If I am to provide all possible OpenID providers as an option to the user, then I'd have to simulate browser interaction to authenticate to each of these…
neydroydrec
  • 6,973
  • 9
  • 57
  • 89
26
votes
1 answer

Spring Security with Openid and Database Integration

I am very new to Spring and Spring Security, and hoping someone can help me to solve the following problem. What I want to achieve is to extract user's username and email address after this user is successfully authenticated by OpenID…
user200340
  • 3,301
  • 13
  • 52
  • 74
26
votes
3 answers

Create a website to login in with Gmail, Yahoo, or Facebook accounts

How does Stack Overflow allow new users to login into Stack Overflow using their Gmail or Facebook or Yahoo accounts? I am working on a little project website and I was curious how Stack Overflow does this. Do I need to get permission from these…
milan
  • 2,179
  • 9
  • 24
  • 34
26
votes
15 answers

To OpenID or not to OpenID? Is it worth it?

Does OpenID improve the user experience? Edit Not to detract from the other comments, but I got one really good reply below that outlined 3 advantages of OpenID in a rational bottom line kind of way. I've also heard some whisperings in other…
Eloff
  • 20,828
  • 17
  • 83
  • 112
25
votes
14 answers

OpenID as a Single Sign On option?

I'm just looking for different opinions. Do you consider OpenID a good "Single Sign On" solution? The way it works seems to be a little bit confusing for an average user and there could be problems related to "putting all your eggs in the same…
Ivan Arrizabalaga
  • 686
  • 1
  • 7
  • 22
25
votes
9 answers

How to add logout feature to an OpenID enabled site?

I have recently added OpenID login to my website. But I don't know how to add the logout feature. For example, on clicking the Sign In button I am able to show the login form of the selected OpenID provider, for example Google Account. However, I…
Madhu
  • 1,176
  • 1
  • 13
  • 18
25
votes
2 answers

Example usage of AX in PHP OpenID

I'm using JanRain's PHP OpenID library. It comes with example script which is using SReg extension. But I want it to work with Google (and it works for auth actually), but Google uses AX (attribute exchange) instead of SReg for additional data. For…
Supercharged
  • 251
  • 4
  • 5