There are a lot of clients out there, but there seem to be no server (provider) implementations.
I would like to have a web server implementing /.well-known/openid-configuration
, /authorize
, /token
...
There are a lot of clients out there, but there seem to be no server (provider) implementations.
I would like to have a web server implementing /.well-known/openid-configuration
, /authorize
, /token
...
There's one OAuth2 server implementation, mine, oxide-auth
which is sans-IO in its core library with bindings for a couple of the important http libraries. That's not quite OpenID but still provides most of the base mechanism. Extensions values are supported so potentially it's possible to provide a full OpenID Connect implementation on top?