-
Notifications
You must be signed in to change notification settings - Fork 306
OIDC Integration #330
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
Conversation
c0f7b1a to
a961a32
Compare
591ce7f to
225ae1b
Compare
4cba2b9 to
87b046c
Compare
44b0367 to
53fa942
Compare
lib/identity-provider.js
Outdated
| IdentityProvider.prototype.post = function (req, res, next) { | ||
| if (!req.body) { | ||
| /** | ||
| <<<<<<< 6477d67eec3b591c4dd226307ff634c1a26e40c6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doh!! Thanks :)
* Rename the idp option into multiuser. Closes #515. * Make renamed configuration options warnings.
|
Has been merged into the v4.0.0 release branch (#572). |
|
do we have OIDC integrated now? |
|
Yes, in https://github.com/solid/node-solid-server/tree/release/v4.0.0. Aiming for a release by the end of the week. |
Server-side implementation of the WebID-OIDC (OpenID Connect) authentication spec.
Major features:
v3.5branch of solid-server./test/unitand/test/integration, corresponding.