Aaron Coburn
Aaron Coburn
[Solid-OIDC](https://solid.github.io/authentication-panel/solid-oidc/) replaces WebID-OIDC
This is still somewhat in the process of being transitioned to an independent repository (separate from the AuthN panel), but it's probably best to link to https://solid.github.io/solid-oidc/
I would very much reiterate what @ThisIsMissEm wrote above. If NSS intends to implement support for the draft [Solid-OIDC](https://solid.github.io/solid-oidc/) specification, then it needs to add the `webid` scope to the...
@jaxoncreed the [OIDC spec](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationRequest) is pretty clear on this point: > If the Issuer value contains a path component, any terminating / MUST be removed before appending /.well-known/openid-configuration. There are...
At the moment, in order to support access tokens generated by NSS, an ESS instance must accept access tokens with a 14-day lifespan. But an operator of ESS may choose...
> What is a more reasonable expiration time? A common value that I see is 1 hour (e.g. Google, Auth0, Cognito). CSS also issues tokens with a 1 hour lifespan....
Yes, `offline_access`. I should have checked the spec text :-)
No, Trellis does not support query, only `GET` on individual resources. This is in line with LDP. What you are likely interested in is indexing resources into a triple store...
> Everything I understand about Solid basics is that it is trying to port the Unix filesystem to the Web. I am not sure that this is accurate. Solid, at...
> Solid != LDP Solid builds on LDP. Compare that to the very first normative statement in the [Solid specification](https://solid.github.io/specification/#ldp): > A Solid data pod MUST conform to the LDP...