bourgeoa / NSS2CSS

Migration script to copy pods from an NSS to a CSS instance
https://raw.githubusercontent.com/RubenVerborgh/NSS2CSS/main/copy-pods-to-css.mjs
Other
0 stars 0 forks source link

no authentification after migration. oidcIssuer must end with '/' in CSS #5

Closed bourgeoa closed 1 day ago

bourgeoa commented 5 days ago

see https://github.com/solid-contrib/pivot/issues/28

Not related with mashlib 1.10.0

The issue is that /profile/card oidc issuer does not end with slash in NSS The slash is needed in CSS.

solid:oidcIssuer is mandatory per https://solid.github.io/solid-oidc/#webid-profile (related to https://github.com/nodeSolidServer/node-solid-server/issues/1639 )

The slash is not in the spec

michielbdejong commented 5 days ago

So should we just add the slash in people's profile cards where it's not present?

bourgeoa commented 5 days ago

Technically this can be done. It is a regression on spec support.