Compaction with mandated context incompatible with OIDC
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 48/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
調査の方向性
issue にリンクされている必須の JSON-LD context と、セクション 5.1 の Client ID Document の例から始めます。JSON-LD Playground で expand-and-compact の結果を再現し、その後、context が OIDC Dynamic Registration と互換性のある redirect_uris 構文を生成することを確認します。
索引モデルが issue の本文から書いたものです。
説明
While experimenting in the JSON-LD Playground, I stumbled upon the following issue, which I could only solve by diverting from the mandated JSON-LD context.
Starting from the example Client ID Document in 5.1, when expanding with the context and then compacting the result again, the "redirect_uris": ["https://app.example/callback"] statement becomes:
"redirect_uris": {
"@none": [
"https://app.example/callback"
]
}
This is obviously not what we want, in order to be compatible with OIDC Dynamic Registration syntax. It is due to redirect_uris being configured as a JSON-LD ID Map in the context, as follows.
"redirect_uris": {
"@id": "oidc:redirect_uris",
"@type": "@id",
"@container": [
"@id",
"@set"
]
}
That data structure is meant for maps, both the key and the value of which are (named) nodes. A set of redirect URIs, however, is just a set of nodes, not a map. I therefore believe the @id annotation of @container should be removed, leaving just "@container": "@set", which results in the correct expansion.
- 主要言語
- Bikeshed
- スター
- 26
- フォーク
- 14
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
solid/solid-oidc のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 62/100
solid/solid-oidc#258 ·
-
doc: solid-oidc-primer editorial
難易度 1/5 1時間未満 初心者へのやさしさ 75/100
solid/solid-oidc#144 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 20/100
solid/solid-oidc#238 · コメント 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
solid/solid-oidc#237 · コメント 1 件 · リアクション 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
solid/solid-oidc#231 · コメント 1 件 ·
solid/solid-oidc の issue をすべて見る
似ている issue
-
documentation help wanted
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
AXERA-TECH/ax-llm#75 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
gitbutlerapp/gitbutler#15998 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
sympozium-ai/sympozium#627 ·
-
clawsweeper:needs-product-decision clawsweeper:no-new-fix-pr clawsweeper:source-repro impact:security impact:ux-friction issue-rating: 🦞 diamond lobster P2
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100