Skip to content

Commit

Permalink
add discovery endpoint to deployment docs (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Sep 20, 2024
1 parent 2f9febd commit 0af2189
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/pages/deployment/recommended-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ These HTTP endpoints are available on ``:8080``.

*Security*: HTTPS with **publicly trusted** server certificate (on proxy).

* **/oauth2**: for accessing OAuth2 and OpenID services.
* **/oauth2**: for accessing OAuth2 and OpenID services. ``/callback`` and ``/authorize`` are disabled by default on the Nuts node. They can be enabled by setting ``auth.authorizationendpoint.enabled`` to ``true``.
Use this only for experimental OpenID4VCI and OpenID4VP use cases.

*Users*: Verifiable Credential issuers and verifiers, OAuth2 client applications (e.g. other Nuts nodes, resource viewers)

Expand All @@ -76,6 +77,15 @@ These HTTP endpoints are available on ``:8080``.

*Security*: HTTPS with **publicly trusted** server certificate (on proxy).

Optional Public Endpoints
-------------------------

* **/discovery**: for discovering server endpoints. Forward if your node is acting as a discovery service server.

*Users*: Other Nuts nodes.

*Security*: HTTPS with **publicly trusted** server certificate (on proxy).

Internal Endpoints
------------------
This section describes HTTP endpoints that must only be reachable by your own applications integrating with the Nuts node.
Expand Down

0 comments on commit 0af2189

Please sign in to comment.