Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC Integration #330

Closed
wants to merge 183 commits into from
Closed

OIDC Integration #330

wants to merge 183 commits into from

Conversation

@dmitrizagidulin
Copy link
Member

@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
Member

@nicola nicola May 29, 2016

whoops?

Copy link
Member Author

@dmitrizagidulin dmitrizagidulin May 29, 2016

Doh!! Thanks :)

@RubenVerborgh
Copy link
Member

@RubenVerborgh RubenVerborgh commented Sep 3, 2017

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

tomasklapka
Copy link
Contributor

tomasklapka commented on bae020f Sep 5, 2017

assignement just for deletion on the next line?
Aren't the assignement sides flipped?
Shouldn't the argv.multiuser be actually ldp.multiuser?

RubenVerborgh
Copy link
Member

RubenVerborgh commented on bae020f Sep 5, 2017

Good catch, thanks!

RubenVerborgh
Copy link
Member

RubenVerborgh commented on bae020f Sep 5, 2017

Fixed in a6e9fee.

@nicola
Copy link
Member

@nicola nicola commented Sep 11, 2017

do we have OIDC integrated now?

@RubenVerborgh
Copy link
Member

@RubenVerborgh 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants