{{ message }}
Extract webid from session/ python #2118
Unanswered
scenaristeur
asked this question in
Q&A
Replies: 1 comment 7 replies
-
|
I think you could just decode the JWT. There is a nuance that access tokens should be considered to be opaque by the client but one could also argue that DPoP bound ID tokens should be used which client can decode. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Thanks for this wonderfull Node Community Sever !
I can connect to CSS with a credential approach https://github.com/scenaristeur/solid-indexer/blob/main/solid_auth.py
But for for setting acl permission i need to use the webid of rhe user https://github.com/scenaristeur/solid-indexer/blob/main/solid_crud_store.py
Do you know if it is possible to extract the webid from the session or requesting an endpoint to get it ?
Thxs
Beta Was this translation helpful? Give feedback.
All reactions