Questions tagged [openid-provider]
147 questions
5
votes
1 answer
Is facebook an openid provider?
I'm confused about facebook and whether or not facebook is an openid provider like google.
According to this link: http://developers.facebook.com/blog/post/246/, facebook is an openid relying party. What does that mean, and is that different from…

oshirowanen
- 15,297
- 82
- 198
- 350
5
votes
1 answer
PHP OpenID Identity Provider
I'm looking to implement an OpenID identity provider as service for a website of mine. I'm going to integrate it with the existing user services that the app provides, so I'd like to use a library rather than a complete OpenID server application…

El Yobo
- 14,823
- 5
- 60
- 78
5
votes
1 answer
Creating an OpenID Connect server
I have built an authentication system and would like to make it a federated authentication and authorization system (SSO), like Google+ or Facebook. Upon researching, I discovered that OpenID Connect on top of OAuth 2.0 is the best bet.
I think it…

Karthik Balakrishnan
- 4,353
- 6
- 37
- 69
5
votes
1 answer
How do StackExchange sites associate user accounts and OpenID logins?
I love StackExhchange / StackOverflow's approach to integrating OpenID.
As I understand it, the process goes something like this:
If a user signs up with an OpenID provider (i.e. Google), StackOverflow (or similar site) creates an account for the…

SeanKilleen
- 8,809
- 17
- 80
- 133
5
votes
1 answer
Any statistics available regarding relative popularity of OpenId providers?
I'm using OpenId, and am providing buttons for all the usual suspects, but I'd like to be a little more scientific about it.
Are there any public stats regarding numbers of users for each provider?

UpTheCreek
- 31,444
- 34
- 152
- 221
5
votes
2 answers
OpenID Connect Provider implementation
Is there any sample of implementation of OpenID Connect Provider in .NET?
DotNetOpenAuth doesn't seem to support this standard.

dave
- 2,291
- 3
- 19
- 25
5
votes
1 answer
What's the difference between OpenID Provider and OpenID WebRing SSO Provider?
I'm looking at the DotNetOpenAuth samples and there are two OpenID provider samples; and OpenID Provider and an OpenID Web Ring SSO Provider.
Does anyone know the differences between the two, and in which scenario each should be used? I'm…

Chris Pietschmann
- 29,502
- 35
- 121
- 166
4
votes
2 answers
Does my open id change over time?
I'm using open id for authentication to my application. And i'm using client's open id uri to identify them. But i figured out that open id uris change over time. Is it usual or is it about open id configuration of providers?

Çağdaş
- 993
- 1
- 12
- 33
4
votes
0 answers
Authenticate an user with Keycloak calling a Webservice
I'm trying to secure a connection to a Java EE webapp using Keycloak.
Beeing completly new to Keycloak, and how to configure it, I would like to do this :
When trying to reach my webapp without beeing authenticated, I am redirected to Keycloak…

Vince
- 219
- 1
- 4
- 18
4
votes
1 answer
Single OpenID Across Sub-Domains
I'm using OpenID much the same as here on StackOverflow to authenticate my users. What I really need to be able to do though is have that OpenID work across all sub-domains of my site.
The site behaves much the same as Kijiji in that each region…

Chase Florell
- 46,378
- 57
- 186
- 376
4
votes
2 answers
What websites allow users to login with an arbitrary OpenID Connect identity?
I'm building an OpenID Connect Provider (OP) but so far I haven't found any public websites on which to try it out. I had intended on adding it to my StackOverflow profile only to find out that poor ol' SO uses an obsolete library (the repo is dead)…

Neil C. Obremski
- 18,696
- 24
- 83
- 112
4
votes
1 answer
Java Spring Security with OpenId Provider
I have a spring MVC application.Another client application want access my spring app using open id connect. How to implement open id provider in server side.Please help.

Rajasekar Ramalingam
- 93
- 1
- 2
- 10
4
votes
1 answer
DotNetOpenAuth OpenID Provider "Sequence contains more than one element"
I'm having trouble implementing my OpenID provider with DNOA 3.4.3. Everything was going absolutely peachy until I needed AX support as well. I set AXFetchAsSregTransform in the web config, as recommended by Andrew at…

binary_junkie
- 70
- 6
4
votes
3 answers
How do I make my Django website act as an open id provider? I want logged in users to be able to use my site as an openid provider
I don't want to let my users login to my site with an openid.
I want all of my users who login to my site with their username and password to be able to use my site as an openid server/provider to login to other sites. Is there a Django plugin…

MikeN
- 45,039
- 49
- 151
- 227
4
votes
2 answers
Provide your own openid server
Right now I use 3rd party sites to act as my openid provider (myvidoop and myopenid). I was thinking about enabling my site to act as my provider. I thought for sure there would be some scripts I could install and achieve this easily. I have tried…

maestrojed
- 49
- 2