Deriving WebID URI from ID Token
happy-dev opened this issue · 3 comments
happy-dev commented
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?
jaxoncreed commented
For solid-auth-client, yes. Though solid-auth-client is potentially just one of many implementations of a client.
happy-dev commented
@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 !
happy-dev commented
@jaxoncreed : Thinking about it, do you know any other implementation of WebID-OIDC in javascript ?