Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

26 total results found

3. Load X509Credential into organization wallet

Implementing a Nuts Use Case Configuration of Nuts identity

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

Implementing a Nuts Use Case Configuration of Nuts identity

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

PZP

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

Implementing a Nuts Use Case Deploying the Nuts-node in your environ...

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

Implementing a Nuts Use Case Deploying the Nuts-node in your environ...

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

Implementing a Nuts Use Case Deploying the Nuts-node in your environ...

deploy Nuts-admin-app: https://github.com/nuts-foundation/nuts-admin