Hi,
I recently learnt more about Solid and I am very excited with the idea! It is valuable even now when the technology is not widespread!
Now I am impatient to:
First of all I tried to use the Java app from the guide with my local Pod. For that I suppose I need application registration functionality. I prepared the following query for this purpose:
Is there any reason why you want to use Java to create your app? Currently, there are a lot more tools if you’re trying to implement a Web App (using Javascript/TypeScript). And nowadays, you can achieve pretty much anything you could achieve with a native app in the web.
It’s perfectly fine if you want to use Java though, just keep in mind it will be harder as there are less resources. I guess it also depends on what you have experience building, have you built any web apps in the past? or apps with Java?
Hi Noel and thanks for your reply! I read about your work and I share your excitement with solid!
Yeah - my expereience is with Java and not very much with js/ts.
Thanks for the links! I tried “Tools and libraries” and almost nothing worked for me Nevertheless, is more likely I don’t know how to use them than them being outdated/not maintained. It is quite a bumpy ride for sure.
Unfortunately there is no standard way for a bot to authenticate to a server. CSS does it differently than NSS (inrupt.net) does and different than ESS (inrupt.com) does. You need to look up the specifics for CSS. Browser access is more standardized.
Thanks for the reply, @jeffz!
I’m puzzled, though. I thought I just can’t find the proper documentation. I either don’t get it or what you are saying implies that applications shall care if they are dealing with CSS/NSS/ESS/etc. when authorizing against a POD. One would expect there to be a standard approach that works regardless of the Solid Store.
It looks like you’re trying to do Solid-OIDC. I would need to see the exact 401 error to help you further, but I believe you are missing the “webid” scope in your “scopes” array, and should get rid of “profile”. If that doesn’t work/help, you can always use the client credentials authentication method if that will fit your use case.