Questions tagged [openid-provider]
147 questions
84
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
- 17,276
- 23
- 73
- 114
26
votes
2 answers
How to use OpenID or OAuth for internal first-party authentication?
I am working on an internal authentication system for users of a set of of RESTful web applications. Our intention is that a user should be able to sign-on once via a web form and have appropriate access to all these RESTful applications in our…

Richard
- 423
- 1
- 4
- 8
19
votes
2 answers
List of available attributes for http://axschema.org and http://schemas.openid.net
I have searched high, low, far and wide but can not find anything on the Internet that lists the available attributes for these schemas. Does anyone know where the documentation is for these? so far I know…

Craig
- 2,093
- 3
- 28
- 43
19
votes
3 answers
What is the future of OpenID, OpenID2, Open Connect? Is it worth implementing a provider?
I see OpenID logins available everywhere, and decided that I should look into implementing my own provider on my server so I can control my information and my login.
This is, surprisingly, quite complicated and difficult.
Even though many sites…

David Ljung Madison Stellar
- 3,008
- 1
- 26
- 46
15
votes
1 answer
Using OpenID to log into multiple domains: Is this plan feasable?
For example:
We're running a two community sites on two domains (call them example.com and example.net).
We want to be able to expand that to more domains later.
We want to allow multiple types of login (OpenID, Facebook, Twitter, standard…

TRiG
- 10,148
- 7
- 57
- 107
14
votes
3 answers
node.js OpenID provider implementation
Does anyone know good OpenID provider implementation in node.js? Maybe node module?
I am using passportjs to implement Relaying Party functionality.

Yurij
- 1,530
- 16
- 30
13
votes
3 answers
How to create OpenID Provider with Spring Boot
I finished studying OpenID to understand its main features. The next step is an OpenID Provider program for my clients. My goal is to develop with SpringBoot (without using Spring Security).
I noticed that I have OpenID Connect, MITREid as options.…

elioth mr
- 139
- 1
- 1
- 3
13
votes
5 answers
Openid is really a nightmare? Is there an open source lib that could "abstract" everything into an internal id?
I do not create big websites, so I'm mainly a user of openid and it's various implementations. I use openid here in SO, and I like it because I'm using my gmail account for everything (I plan to exit gmail in the future, but now I'm using it for…

Somebody still uses you MS-DOS
- 13,029
- 20
- 64
- 103
8
votes
2 answers
Creating Custom OpenId Provider for Oauth2 Spring Boot
I have used Oauth2 framework for authorization and access control for protecting my spring boot microservice api's. Oauth2 framework is working fine but now my Client wants a dedicated OpenId Provider for authentication purpose on top of Oauth2…

Alex Man
- 4,746
- 17
- 93
- 178
7
votes
2 answers
OpenID server/provider for Django
I am looking for a library to implement on OpenID server in Django. That is, I have my own database of users and need to be my own OpenID provider. I do not need to consume OpenID like all the Django libraries I've found. Are there any good…

Gavin Wahl
- 1,193
- 8
- 21
6
votes
1 answer
Self-Issued OpenID Provider vs OpenID Provider
To make it short:
How exactly does an "Self-Issued OpenID Provider" differentiate from a “normal OpenID Provider” (lets say google) ?
I read the specification which just says :
"OpenID Connect supports Self-Issued OpenID Providers - personal,…

Marcel
- 78
- 5
6
votes
1 answer
Setting up a OpenID provider for testing
I'm developing a site that uses OpenID for authentication, which is working fine however... I often work on it while travelling without an internet connection. If the session expires and I need to login again, I can't until I have connectivity…

Brad Robinson
- 44,114
- 19
- 59
- 88
6
votes
2 answers
Implementing an OpenID Provider in Perl
This might be a shot in the dark, but I am trying to implement an OpenID Provider in Perl using the Net::OpenID::Server module. The documentation for the entire process is confusing and sparse.
If anyone has successfully implemented a provider in…

Kelly Sutton
- 591
- 5
- 12
6
votes
1 answer
Custom oAuth server implementation and its advantages
We have multiple web projects(sites), each has its own Authorization logic. Today I have been asked by my CIO to implement oAuth and use that for validating user across all sites.
Earlier I have used oAuth for Google, Facebook, Twitter and…

HaBo
- 13,999
- 36
- 114
- 206
6
votes
1 answer
Registration an end-user by openid connect specification
I can't found specification for registration the end-user in openid connect.
Maybe, you know how do it?
I have some idea, but I looking for official answer.

Mediator
- 14,951
- 35
- 113
- 191