Skip to content

Commit 8341c18

Browse files
peppelinuxPascalDR
andauthored
Update trustChainList.json (#10)
* Update trustChainList.json * doc: README including instruction about how to add your preferred TA * Update README.md Co-authored-by: Giuseppe De Marco <[email protected]> * Update README.md Co-authored-by: Giuseppe De Marco <[email protected]> --------- Co-authored-by: Pasquale De Rose <[email protected]>
1 parent 0a6a048 commit 8341c18

File tree

2 files changed

+8
-36
lines changed

2 files changed

+8
-36
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ We welcome contributions to the OpenID Federation Browser project! To contribute
3333
3. Commit your changes and push the branch to your fork.
3434
4. Submit a pull request with a description of your changes.
3535

36+
### Add your Federation in the Assets
37+
38+
Open a PR adding your favorite Trust Anchors [here](src/assets/trustChainList.json).
39+
3640
## License
3741

3842
This project is licensed under the Apache2 License. See the [LICENSE](LICENSE) file for more details.

src/assets/trustChainList.json

+4-36
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,10 @@
11
[
22
{
3-
"name": "Trust Chain 1",
4-
"url": "https://trust-chain-1.com"
3+
"name": "CIE id OpenID Federation of the Italian Ministry of Interiors",
4+
"url": "https://oidc.registry.servizicie.interno.gov.it"
55
},
66
{
7-
"name": "Trust Chain 2",
8-
"url": "https://trust-chain-2.com"
9-
},
10-
{
11-
"name": "Trust Chain 3",
12-
"url": "https://trust-chain-3.com"
13-
},
14-
{
15-
"name": "Trust Chain 4",
16-
"url": "https://trust-chain-4.com"
17-
},
18-
{
19-
"name": "Trust Chain 5",
20-
"url": "https://trust-chain-5.com"
21-
},
22-
{
23-
"name": "Trust Chain 6",
24-
"url": "https://trust-chain-6.com"
25-
},
26-
{
27-
"name": "Trust Chain 7",
28-
"url": "https://trust-chain-7.com"
29-
},
30-
{
31-
"name": "Trust Chain 8",
32-
"url": "https://trust-chain-8.com"
33-
},
34-
{
35-
"name": "Trust Chain 9",
36-
"url": "https://trust-chain-9.com"
37-
},
38-
{
39-
"name": "Trust Chain 10",
40-
"url": "https://trust-chain-10.com"
7+
"name": "Italian IT-Wallet POC Federation",
8+
"url": "https://demo.federation.eudi.wallet.developers.italia.it"
419
}
4210
]

0 commit comments

Comments
 (0)