Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ We welcome contributions to the OpenID Federation Browser project! To contribute
3. Commit your changes and push the branch to your fork.
4. Submit a pull request with a description of your changes.

### Add your Federation in the Assets

Open a PR adding your favorite Trust Anchors [here](src/assets/trustChainList.json).

## License

This project is licensed under the Apache2 License. See the [LICENSE](LICENSE) file for more details.
Expand Down
40 changes: 4 additions & 36 deletions src/assets/trustChainList.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,10 @@
[
{
"name": "Trust Chain 1",
"url": "https://trust-chain-1.com"
"name": "CIE id OpenID Federation of the Italian Ministry of Interiors",
"url": "https://oidc.registry.servizicie.interno.gov.it"
},
{
"name": "Trust Chain 2",
"url": "https://trust-chain-2.com"
},
{
"name": "Trust Chain 3",
"url": "https://trust-chain-3.com"
},
{
"name": "Trust Chain 4",
"url": "https://trust-chain-4.com"
},
{
"name": "Trust Chain 5",
"url": "https://trust-chain-5.com"
},
{
"name": "Trust Chain 6",
"url": "https://trust-chain-6.com"
},
{
"name": "Trust Chain 7",
"url": "https://trust-chain-7.com"
},
{
"name": "Trust Chain 8",
"url": "https://trust-chain-8.com"
},
{
"name": "Trust Chain 9",
"url": "https://trust-chain-9.com"
},
{
"name": "Trust Chain 10",
"url": "https://trust-chain-10.com"
"name": "Italian IT-Wallet POC Federation",
"url": "https://demo.federation.eudi.wallet.developers.italia.it"
}
]
Loading