Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Your own OpenID Connect provider (open source) [closed]

OpenID Connect is still a bit new and I'm currently looking for open source software to run my own OpenID Connect provider (OP server). It should be as simple as possible (Java or PHP) to be able to quickly set up a test environment. But it should also allow me to add custom plugins, e.g. to let the OP connect to additional user authentication factors (2FA).

Connect2ID looks like to be something like this, but it seems not yet to be available. I've seen also other solution such as GLUU or mitreid-connect..

Is there any other OP server software available as open source? Which one would be the simplest to start with?

like image 532
RGIII Avatar asked Sep 26 '13 07:09

RGIII


People also ask

Is OpenID Connect open source?

OpenID was created in the summer of 2005 by an open source community trying to solve a problem that was not easily solved by other existing identity technologies. As such, OpenID is decentralized and not owned by anyone, nor should it be.

What is a self issued OpenID provider?

Self-Issued OpenID Provider (Self-Issued OP) An OpenID Provider (OP) used by the End-users to prove control over a cryptographically verifiable identifier.

Is OpenID Connect dead?

Is OpenID Dead? Yes, OpenID is an obsolete standard that is no longer supported by the OpenID Foundation.


1 Answers

Google returns following open source OpenID Connect server and client implementations using "Java, Spring" stack:

https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server
https://bitbucket.org/nimbusds/oauth-2.0-sdk-with-openid-connect-extensions
like image 184
kisna Avatar answered Oct 21 '22 10:10

kisna