Thomas Dupont

Results 14 comments of Thomas Dupont

> > * [ ] This AS should be a UMA server that allows exchanging an ID Token for an Access Token (this is a SHOULD, but no other options...

@ewingson > yes I think a redirect would make the most sense out of it for the time being The redirect is now live on https://communitysolidserver.github.io/ @scenaristeur >including https://github.com/CommunitySolidServer/tutorials which...

My guess is that the issue lays in the fact that the `container` arguments for all these storage classes are set to an absolute path from the root `/.internal/locks` for...

I think I've narrowed the issue down: https://github.com/CommunitySolidServer/CommunitySolidServer/blob/e4f1e2aa0c068b3496f54593f2d060700142bed0/src/storage/keyvalue/JsonResourceStorage.ts#L28 In that line there is this expression: `new URL(container, baseUrl).href` Now these are the results for various values of that expression: container...

Ok, we'll try once it's merged then!

> This is the documentation about this but only talks about using middleware frameworks https://github.com/panva/node-oidc-provider/blob/main/docs/README.md#mounting-oidc-provider There is this note in there, which suggests the .well-known openid-configuration can be hosted under...

I am talking about something container specific yes. For instance you might be hosting on http://localhost:3000/css/, but that is the container adres. If you host this on kubernetes for instance,...

Just pitching in with a question: the locks in question here, are they part of the general locking strategy? I mean the FileSystemResourceLocker that has been merged in to the...

A bit late, but for those who want at least **case insensitive** tag search. Just add this plugin: ```js const CaseInsensitiveFilterPlugin = function (system) { return { fn: { opsFilter:...

Sorry, I don't really understand your problem. I just added the plugin following the Configuration docs at https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/#plugin-system The only custom part is the plugin itself which only overwrites the...