adorsys / adorsys/keycloak-ssi-deployment

Logo in Credential Issuer should be a JSON object

オープン
#115 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Shell
スター
14
フォーク
16
平均マージ
1日 10時間
マージ済み PR(30日)
4

説明

I'm currently working on conformance tests for OID4VCI in the context of the OIDF Conformance Testing suite and I'm using
this Keycloak branch as one of the implementations to build the tests with.

The conformance tests will be based on the ID2 version 15. In the latest spec version, the value of the logo property must be a JSON object.
See: https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-ID2.html#section-11.2.3-2.10.2.3.1

However in the current implement it is rendered as a string:
![Image](https://github.com/user-attachments/assets/9e074217-fa9f-4faa-8dda-28c74091b5f5)

This currently triggers some validation issues:
```
[
{
"error": "string found, object expected",
"path": "credential_configurations_supported/SteuerberaterCredential/display[0]/logo"
},
{
"error": "string found, object expected",
"path": "credential_configurations_supported/SteuerberaterCredential/display[1]/logo"
}
]
```
![Image](https://github.com/user-attachments/assets/8860e0e9-f1d1-4deb-9644-0b11ea176044)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。