Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP OpenID Connect Provider implementations [closed]

I am going to build this standardized protocol, OpenID Connect:

  • http://openid.net/connect/
  • http://openid.net/specs/openid-connect-core-1_0.html

But just wonder, do you guys know, is there any existing both OpenSource and commercial PHP products? The list known products that I have known:

  • https://bitbucket.org/PEOFIAMP/phpoidc
  • http://bshaffer.github.io/oauth2-server-php-docs/

Just for clarification:

  • I am not looking OpenID Connect Client.
  • I am not looking existing OpenID Connect Provider like Google OAuth2 does.
  • I am looking my own OpenID Connect Provider.

Any help and information will be appreciated. Thanks!

like image 528
kororo Avatar asked Oct 31 '22 06:10

kororo


1 Answers

There's phpOIDC as well. In general the OpenID Foundation tries to maintain an up-to-date list of protocol implementations (both client and server) here.

like image 64
Hans Z. Avatar answered Nov 09 '22 15:11

Hans Z.