-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Naming and small fixes * Unpublish events, since it doesn't contain anything actionable * Clean up sandbox documentation * Clarify work to be done * Small fixups on writing a service * Disable code samples chapter * Troubleshooting guides for specific components are out of scope These kinds of guides should be part of the component's documentation. * Rewording
- Loading branch information
Showing
11 changed files
with
53 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Code Samples | ||
category: 8. Code Samples | ||
order: 1 | ||
# title: Code Samples | ||
# category: 8. Code Samples | ||
# order: 1 | ||
--- | ||
|
||
I'm guessing that code samples involve implementing a resource to use the response given by AuthoReg (including the delegation evidence). Specifically, how to check if the token and the delegation evidence are valid. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
--- | ||
title: Sandbox | ||
title: Sandbox Environment | ||
category: 5. Sandbox | ||
order: 1 | ||
width: 800 | ||
--- | ||
|
||
In order to test a component against an Association Registry or Authentication Registry, there are two options. You can download and run the components on this website, or you can use one of the existing sandbox environments. | ||
In order to test a component against an Association Registry or Authentication Registry, there are two options. You can download and run the components on this website, or you can use an existing sandbox environment. | ||
|
||
There are three existing sandbox environments. In order to get access to them, please request access from their administrators. | ||
The BDI maintains a public sandbox environment with three services. In order to get access to them, please request access from their administrators. | ||
|
||
| Name | URL | Swagger | EORI-ID | | ||
| ---- | --- | ------- | ------- | | ||
| iSHARE Test Authorisation Registry | [isharetest](https://ar.isharetest.net/) | [Swagger](https://ar.isharetest.net/swagger/index.html) | EU.EORI.NL000000004 | | ||
| BDI Association Registry | [iSHARE](https://dilsat1.pg.bdinetwork.org/) | - | EU.EORI.NLDILSATTEST1 | | ||
| Poort8 Authorisation Registry | [Poort8](https://tsl-ishare-dataspace-coremanager-preview.azurewebsites.net/api/ishare) | - | EU.EORI.NLP8TSLAR1 | | ||
* iSHARE Test Authorisation Registry | ||
|
||
- URL: (https://ar.isharetest.net/ | ||
- API Docs: https://ar.isharetest.net/swagger/index.html | ||
- Server ID: `EU.EORI.NL000000004` | ||
- Administrator email: <[email protected]> | ||
|
||
* BDI Association Register | ||
|
||
An instance of the iSHARE Satellite server | ||
|
||
- URL: https://dilsat1.pg.bdinetwork.org/ | ||
- API Docs: https://dev.ishare.eu/ishare-satellite-role/getting-started | ||
- Server ID: `EU.EORI.NLDILSATTEST1` | ||
|
||
* Poort8 Authorization Register | ||
|
||
- URL: https://tsl-ishare-dataspace-coremanager-preview.azurewebsites.net/api/ishare | ||
- API Docs: https://github.com/POORT8/Poort8.Dataspace.NoodleBar/blob/main/docs/APIdocs.md | ||
- Server ID: `EU.EORI.NLP8TSLAR1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters