Skip to content

Commit

Permalink
fix: credential issuer metadata logo uri (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored May 10, 2024
1 parent bb96623 commit 744a9f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/pid-eaa-issuance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ Below is a non-normative example of an Entity Configuration of a PID Provider co
"name": "Example PID Provider",
"locale": "en-US",
"logo": {
"url": "https://pid-provider.example.org/public/logo.svg",
"uri": "https://pid-provider.example.org/public/logo.svg",
"alt_text": "logo di questo PID Provider"
},
}
Expand Down Expand Up @@ -1109,7 +1109,7 @@ Below is a non-normative example of an Entity Configuration of a PID Provider co
"name": "PID Italiano di esempio",
"locale": "it-IT",
"logo": {
"url": "https://pid-provider example.org/public/logo.svg",
"uri": "https://pid-provider example.org/public/logo.svg",
"alt_text": "logo di questa Credenziale"
},
"background_color": "#12107c",
Expand All @@ -1119,7 +1119,7 @@ Below is a non-normative example of an Entity Configuration of a PID Provider co
"name": "Example Italian PID",
"locale": "en-US",
"logo": {
"url": "https://pid-provider.example.org/public/logo.svg",
"uri": "https://pid-provider.example.org/public/logo.svg",
"alt_text": "The logo of this credential"
},
"background_color": "#12107c",
Expand Down

0 comments on commit 744a9f3

Please sign in to comment.