Sarven Capadisli
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# W3C Solid Community Group: Weekly * Date: 2023-02-15T14:00:00Z * Call: https://meet.jit.si/solid-cg * Chat: https://gitter.im/solid/specification * Repository: https://github.com/solid/specification * Status: Draft ## Present * [Sarven Capadisli](https://csarven.ca/#i) * [Virginia Balseiro](https://virginiabalseiro.com/#me) * elf Pavlik * [Arthur Joppart](https://github.com/belgiannoise) * Maxime Lecoq * Fellow Jitster * James Doe Jr. --- ## Announcements ### Meeting Guidelines * [W3C Solid Community Group Calendar](https://www.w3.org/groups/cg/solid/calendar). * [W3C Solid Community Group Meeting Guidelines](https://github.com/solid/specification/blob/main/meetings/README.md). * No audio or video recording, or automated transcripts without consent. Meetings are transcribed and made public. If consent is withheld by anyone, recording/retention must not occur. * Join queue to talk. * Topics can be proposed at the bottom of the agenda to be discussed as time allows. Make it known if a topic is urgent or cannot be postponed. ### Participation and Code of Conduct * [Join the W3C Solid Community Group](https://www.w3.org/community/solid/join), [W3C Account Request](http://www.w3.org/accounts/request), [W3C Community Contributor License Agreement](https://www.w3.org/community/about/agreements/cla/) * [Solid Code of Conduct](https://github.com/solid/process/blob/main/code-of-conduct.md), [Positive Work Environment at W3C: Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/) * Operating principle for effective participation is to allow access across disabilities, across country borders, and across time. Feedback on tooling and meeting timing is welcome. * If this is your first time, welcome! please introduce yourself. ### Scribes * Virginia ### Introductions * James: My name is James Doe Jr., and I am a founding engineer of Diaphanous, which is a web3 development company registered in Norfolk, Virginia, United States. TBL fanboy :) excited to see what Solid is all about and how to implement different use cases. --- ## Topics ### Implementation Feedback * SC: We'll allocate some time for implementation feedback or interest to implement. Links to products/projects and demos welcome. ### Coordinating further work on authentication and authorization * SC: Proposed by eP. See also https://github.com/solid/authorization-panel/issues/325#issuecomment-1427113300 * eP: Example scenario: https://github.com/solid/notifications/issues/134 * eP: Last week Matthieu was here and hopefully Aaron will join tomorrow, Wouter will also be interested in this. Notification Panel currently has more clear use cases for AuthZ/AuthN scenarios acting as a client for notification sender and some notification receivers. I now have more experience with OIDC on the server side. We use Inrupt Solid-OIDC client libraries on the server and it's quite problematic. Two main problems: make sure we have a good AuthN approach for server-side client,Solid-OIDC doesn't address properly, and second clarify where AuthN ends and AuthZ starts. We made a mistake trying to separate clearly and have two separate panels because they are heavily intertwined. For example, if we look at Solid-OIDC, we have an OpenID provider that issues an ID token, latest Solid-OIDC doesn't get into access tokens... we use this ID token to get information about end user and the client but for browser applications it works pretty well, it's an app that runs on the device so it cannot securely store secrets. This flow is designed for web apps where user authenticates with OpenID provider which is responsible for issuing tokens and signing them. For server-side clients we don't have the same scenario because they can keep secrets. What Jackson originally proposed is a simpler mechanisms, he added Webhook subscription type. That could be a more general mechanism to pout in other places. I see this part is heavily missing, as Solid-OIDC will not fit for server-side clients. We are relying on OIDC ID tokens tokens... will not work with Inrupt libraries because of problems with refresh tokens and token rotation. So we need a different mechanism for that. From Gitter discussions I see Aaron agrees. We have a strong use cases to have a different approach to AuthN for server-side clients. Re: AuthN/AuthZ being too separated: in practice for server-side clients they should be able to authenticated independent of end user and may be not used by a person directly on the web browser, it can all be automated and the client is not used by a user per se, but on behalf of a user. For that case it'd be convenient that it can authenticate independently of user. And we still need to have a way for the client to say it acts on behalf of a social agent. This part is the AuthZ. I don't think we should strictly focus on AuthN because in that case trying to separate is counterproductive. * ML: Sébastien Rosset has been working on ActivityPods (with ActivityPub) and HTTP Signature in the context of notifications and suggested using proxy and http signature here: https://forum.solidproject.org/t/authentication-with-proxy-and-http-signature/5517. * SC: Good point. https://github.com/solid/notifications/issues/148 * SC: Had similar thoughts on what we can do to get a server to be able to send a message to another server, where the flow starts with client. Client talks to server, and then server talks to another server. That was the case in the LDN channel type, but it overlaps with the case mentioned by ML, and overlaps with work Henry Story on HTTPSig has been doing. That's just one part when signing these messages. Other part is exchanging the keys. If we can align these patterns and considerations it seems like we're looking at the same direction. * eP: We can discuss details now. HTTP Signatures is a valid direction. Some nuances: we currently work with Solid-OIDC with the assumption that the resource server shouldn't be too complex, and should have its own AuthN server. We leave it to implementation how to handle access tokens. We just specify the ID Token and ways to interact with AuthZ server to push id token in exchange for access token. The complexity can be on AuthZ server and resource server can focus on other things. With HTTP Signatures the Resource Server may need to ... my main intention is to find a way to move forward and addressing those nuances with these use cases. Jackson proposed something, there are other appraches. In that work we should not separate AuthZ and AuthN. Maybe task force or dedicated meetings, they should be worked on together because they are hand in hand. * SC: Henry raised that concern a while back. Not necessarily coupling, but thinking of the flow together. Let's keep this topic in the agenda for next week, compile a list of issues that touch both. The notification example: seems it's not a panel/notification specific problem, but something that we need to have a better view/design on the whole ecosystem. It's good to raise problem from strictly notification. * eP: We have very clear use cases and implementations. CSS couples OIDC Provider (OP) and the Resource Server. I am using an authorization agent that needs to receive notifications so we have existing codebases with gaps that can give feedback to the spec work. * SC: Do you think the PRotocol spec should be more clean on when to use Solid-OIDC? Because you mentioned it is social agent depends on a person. Whereas other cases (server-server), should we start mentioning these more clearly? Notifications as example: if notification server sends a message to a receiver, it is something we acknowledge for how some notification channels can be. Is that enough to raise it in PRotocol, Solid-OIDC for client-driven stuff, but if you want to do server-driven we don't have it nailed down yet but there is this other spec. Solid-OIDC or WebID-OIDC weren't the only way to authenticate, but only now we are trying to cover these major scenarios. * eP: It'd be beneficial that spec clarifies Solid-OIDC is intended to be used by a user, possibly create an issue for server-side clients, and link to those asongoing work. We should not only talk about authentication. We still miss similar AuthZ when using Solid-OIDC. We don't have a way for a user to authorize a client to access data. * SC: Henry raised this in issues/discussions. The issued I linked (URL) there is one line: >Subscription Client lets the Notification Receiver know about the Notification Sender and their public key. >Notification Receiver sets Authorization rules for Notification Sender. * SC: We need to allow receiver to add an authorization rule for who will have access to send a message. * eP: That's valid in some cases. [Issue notifications#134](https://github.com/solid/notifications/issues/134). ACME should be able to switch from `sent.ex` to `hermes.ex` to deliver notifications In some cases, it is valid to allow change between services while the channel is active, without breaking it. There's a way to do that if you set policies on the receiver to ACME you can push as a claim a data/access grant, as request is being made you can provide proof that you're authorized. Inrupt does this with access grants, and we have work in progress. We need to clear those issues and define those patterns, probably follow what Inrupt is doing with access grants. This is all about access delegation which has various prior work. We need to find ways to all work together on this. * SC: If we can have this topic on the radar people can be aware that it's happening at least on Wed so people can join in. Otherwise we continue as we have been on issues/chat, but I don't find it too active. * eP: Tomorrow we'll have discussion with Jackson. He proposed a different AuthN approach for webhook channel type so we will be able to dive deeper. Hopefully Aaron will join too. #### Access controls on storage description resource URL: https://matrix.to/#/!QxZtVBYQfMeMTnespj:gitter.im/$ut5bwPyKmna0YvctMyB-rgsvpztIp5eXUwujfDaJ2_g * SC: ... I agree description resource should be readable. I have a proposal for how it can work, but didn't want to get into it now. ### Add TR/2022/notifications-protocol-20221231 URL: https://github.com/solid/specification/pull/491 ### Add TR/2022/protocol-20221231 URL: https://github.com/solid/specification/pull/492 --- ### Topic Proposal URL: * Proposed by [name]

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully