Skip to content

Conversation

@dmitrizagidulin
Copy link
Contributor

@dmitrizagidulin dmitrizagidulin commented May 2, 2016

Server-side implementation of the WebID-OIDC (OpenID Connect) authentication spec.

Major features:

  1. Replaces WebID-TLS authentication with WebID-OIDC. WebID-TLS auth will continue to be available on a maintenance v3.5 branch of solid-server.
  2. Moves tests into one of two directories, /test/unit and /test/integration, corresponding.
  3. Improves post-install "out of the box" user experience -- sets up server front page in multi-user mode, installs default signup & signin apps, etc.
  4. Increases unit and integration test coverage for the server.

IdentityProvider.prototype.post = function (req, res, next) {
if (!req.body) {
/**
<<<<<<< 6477d67eec3b591c4dd226307ff634c1a26e40c6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh!! Thanks :)

@RubenVerborgh
Copy link
Contributor

Has been merged into the v4.0.0 release branch (#572).

@nicola
Copy link
Contributor

nicola commented Sep 11, 2017

do we have OIDC integrated now?

@RubenVerborgh
Copy link
Contributor

RubenVerborgh commented Sep 11, 2017

Yes, in https://github.com/solid/node-solid-server/tree/release/v4.0.0. Aiming for a release by the end of the week.

RubenVerborgh added a commit that referenced this pull request Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants