Skip to content

Commit

Permalink
update registrationParam to pex mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Dec 18, 2024
1 parent 4d38175 commit 1a3c7c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/deployment/discovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Optionally, a POST body can be provided with registration parameters, e.g.:
This can be used to provide additional information. All registration parameters are returned by the search API.
The ``authServerURL`` is added automatically by the Nuts node. It's constructed as ``https://<config.url>/oauth2/<subject_id>``.
Registration parameters can only be used if the specific parameters and/or ``DiscoveryRegistrationCredential`` are required by the Presentation Definition.
Registration parameters can only be used if a specific parameters and/or ``DiscoveryRegistrationCredential`` are required by the Presentation Definition.
The key provided in the POST call can be matched by the path of a field in the Presentation Definition. So ``endpoint`` in the example above can be matched by the path ``$.credentialSubject.endpoint``.

Once registered, future refreshes will be done automatically by the Nuts node. These refreshes could fail because of various reasons.
You can check the status of the refreshes by querying the service, e.g.:
Expand Down

0 comments on commit 1a3c7c4

Please sign in to comment.