nodeSolidServer/solid-auth-client

Deriving WebID URI from ID Token

happy-dev opened this issue · 3 comments

Hi guys,

Do I understand correctly from this line that only Method 2 - Value of sub claim contains a valid HTTP(S) URI is supported as a way to derive the WebID URI from the ID Token?

For solid-auth-client, yes. Though solid-auth-client is potentially just one of many implementations of a client.

@jaxoncreed : I know. But it is the one we based our web component on 😄
https://git.happy-dev.fr/startinblox/sib-oidc

If we need the other two methods, we will submit a merge request.
We should be good to get started with the sub claim.

Thank you !

@jaxoncreed : Thinking about it, do you know any other implementation of WebID-OIDC in javascript ?