-
Notifications
You must be signed in to change notification settings - Fork 9
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
How can I help? #6
Comments
@philipbeadle thanks for reaching out!
|
@philipbeadle Also, there's a sample OIDC Auth app at https://github.com/solid/solid-auth-oidc/blob/master/demo/index.html You can either run it directly at github.io at https://solid.github.io/solid-auth-oidc/demo/ or npm install |
Ok, got some of this working. Ive got the solid server running on localhost:8443 and the sample app on 8080.
The local app logs in with my solidtest.space webid I'm using the dz_oidc branch too. Any clues as to what's going wrong here? |
@philipbeadle thanks! Looking into it. (ping me on Gitter when you have a chance, I have some questions) |
@philipbeadle I suspect the issue might be - do you have |
I opened an issue for this, nodeSolidServer/solid-auth-oidc#5 |
@dmitrizagidulin Ive got this as my config
I'm in Melbourne Aus UTC+10 lets organise a gitter chat soon. |
Ok, that's closer. (the 401 Unauthorized response is expected when you access |
Yep, just ran it again to make sure. There was no question about dbpath or config path. If I run Error: Cannot find module 'commander' |
@philipbeadle It looks like there's some confusion between a globally installed Solid server, and a locally installed one. Running |
Ok, fixed that with npm install however there is no change. Philips-MBP-2:node-solid-server philipbeadle$ node bin/solid.js init Still creates the same config. { |
So that still looks like an earlier version, judging by the config wizard. Can you do a |
Ok got the node server working with OIDC, but now theres no demo folder in this repo to try it out. Is there another demo now? |
The demo folder is in another repo, https://github.com/solid/solid-auth-oidc |
Ah thanx :) Still trying to get my head around all this. Although it may look like it, i'm not a noob :) My main claim to fame is http://www.dnnplatform.com which I built with a bunch of others. I'd really like to get solid.social up and running with the OIDC auth but cant figure out what the user object is supposed to look like that gets returned in the HEADERS in the current code. Are you familiar with that project at all? |
DNN looks pretty cool (and no, no worries, this branch definitely still needs more documentation/explanations)! I'm not quite familiar with solid.social, I know it's Melvin's project and I've seen screenshots, but haven't looked at the code. If it's still using WebID-TLS auth, then I think you're referring to the |
Closing - let me know if you have any other questions. |
Hi Dimitri,
I've just discovered Solid and followed the trail here. I've been looking into Ethereum, Akasha, ceptr, IPFS.io and a bunch of other distributed technologies and found Solid. After figuring out that the databox.me WebID uses the certificate method that now doesn't work due to changes in the browsers I found OIDC and I'd really like to help out.
Cheers
Phil
The text was updated successfully, but these errors were encountered: