Advanced Search
Search Results
26 total results found
3. Load X509Credential into organization wallet
Using API To load the credential into the Nuts node via its REST API, perform the following HTTP request: POST <internal Nuts interface>/internal/vcr/v2/holder/<subjectID>/vc Content-Type: application/json "<JWT>" Replace <subjectID> with the subject, and <J...
4. Discovery Service registration
Before another party can interact with you, they will first need to find your endpoints. The discovery service in the Nuts node helps you. You do this once per organization, per use case. Using API POST <internal Nuts interface>/internal/discovery/v1/<serviced...
Connectathon 29 Sept 2025
Choices made We will use the discovery service of Topicus (see definition files We will use the test-environment We will use any public trust certificates for the mTLS, see decision 3 here: https://wiki.nuts.nl/books/generic-technical-agreements-generieke-bo...
Configure url rewrite for OAuth
At Nuts uses the RFC8615 spec for .well-known URIs (https://www.rfc-editor.org/rfc/rfc8615.html). This means well-known resources, like the OAuth server, are resolved from the root of the (sub)domain. If you host the Nuts node on a subpath, you need to do some...
Deploy Nuts-node
Scenario if you want to use Nuts-node (default) deploy Nuts-node using Scenario if you want to use Knooppunt You could use this deployment guide and/or this docker-compose file.
Deploy admin app
deploy Nuts-admin-app: https://github.com/nuts-foundation/nuts-admin