From 954cb41c53e4df84010388b3f0bf1699df8668a2 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Mon, 15 Dec 2025 12:54:02 +0100 Subject: [PATCH 1/2] Update README.md Voeg links toe naar andere standaarden en maak beheermodel expliciet. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7ae2d..93bd4fb 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# API Design Rules Module: Template +# API Design Rules Module: Encryption + +### Links + +| Formele standaard | Gepubliceerde versie | Werk versie | Repository | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | +| 🏛️[NLGov API Design Rules (ADR)](https://forumstandaardisatie.nl/open-standaarden/rest-api-design-rules) | 🍿 [ADR 2.0.0 (definitief)](https://gitdocumentatie.logius.nl/publicatie/api/adr/) | ✍️ [ADR v2.0.0-rc.2 (versie ter vaststelling)](https://logius-standaarden.github.io/API-Design-Rules/) | 🤓 [API-Design-Rules](https://github.com/Logius-standaarden/API-Design-Rules) | +| 🏛️[NLGov OAuth 2.0 profile (OAuth)](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oauth-20) | 🍿[OAuth v1 (definitief)](https://gitdocumentatie.logius.nl/publicatie/api/oauth/) | ✍️[OAuth v1.1.0 (werkversie)](https://logius-standaarden.github.io/OAuth-NL-profiel/) | 🤓[OAuth-NL-profiel](https://github.com/Logius-standaarden/OAuth-NL-profiel) | +| 🏛️[NLGov OpenID Connect profile (OIDC)](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oidc) | 🍿[OIDC v1.0.1 (definitief)](https://gitdocumentatie.logius.nl/publicatie/api/oidc/) | ✍️[OIDC v1.0.1 (werkversie)](https://logius-standaarden.github.io/OIDC-NLGOV/) | 🤓[OIDC-NLGOV](https://github.com/Logius-standaarden/OIDC-NLGOV) | + +Het **Beheermodel** voor deze standaarden is gepubliceerd op: https://gitdocumentatie.logius.nl/publicatie/api/beheermodel/ From fb43906323c6fee2bdf347947339cc2a926be3d7 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Mon, 15 Dec 2025 16:31:33 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 93bd4fb..bf3a224 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,22 @@ ### Links -| Formele standaard | Gepubliceerde versie | Werk versie | Repository | -| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | -| 🏛️[NLGov API Design Rules (ADR)](https://forumstandaardisatie.nl/open-standaarden/rest-api-design-rules) | 🍿 [ADR 2.0.0 (definitief)](https://gitdocumentatie.logius.nl/publicatie/api/adr/) | ✍️ [ADR v2.0.0-rc.2 (versie ter vaststelling)](https://logius-standaarden.github.io/API-Design-Rules/) | 🤓 [API-Design-Rules](https://github.com/Logius-standaarden/API-Design-Rules) | -| 🏛️[NLGov OAuth 2.0 profile (OAuth)](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oauth-20) | 🍿[OAuth v1 (definitief)](https://gitdocumentatie.logius.nl/publicatie/api/oauth/) | ✍️[OAuth v1.1.0 (werkversie)](https://logius-standaarden.github.io/OAuth-NL-profiel/) | 🤓[OAuth-NL-profiel](https://github.com/Logius-standaarden/OAuth-NL-profiel) | -| 🏛️[NLGov OpenID Connect profile (OIDC)](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oidc) | 🍿[OIDC v1.0.1 (definitief)](https://gitdocumentatie.logius.nl/publicatie/api/oidc/) | ✍️[OIDC v1.0.1 (werkversie)](https://logius-standaarden.github.io/OIDC-NLGOV/) | 🤓[OIDC-NLGOV](https://github.com/Logius-standaarden/OIDC-NLGOV) | +- NLGov API Design Rules (ADR) + - [Formele standaard](https://forumstandaardisatie.nl/open-standaarden/rest-api-design-rules) + - [Gepubliceerde versie](https://gitdocumentatie.logius.nl/publicatie/api/adr/) + - [Werkversie](https://logius-standaarden.github.io/API-Design-Rules/) + - [Repository](https://github.com/Logius-standaarden/API-Design-Rules) + +- NLGov OAuth 2.0 profile (OAuth) + - [Formele standaard](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oauth-20) + - [Gepubliceerde versie](https://gitdocumentatie.logius.nl/publicatie/api/oauth/) + - [Werkversie](https://logius-standaarden.github.io/OAuth-NL-profiel/) + - [Repository](https://github.com/Logius-standaarden/OAuth-NL-profiel) + +- NLGov OpenID Connect profile (OIDC) + - [Formele standaard](https://forumstandaardisatie.nl/open-standaarden/nl-gov-assurance-profile-oidc) + - [Gepubliceerde versie](https://gitdocumentatie.logius.nl/publicatie/api/oidc/) + - [Werkversie](https://logius-standaarden.github.io/OIDC-NLGOV/) + - [Repository](https://github.com/Logius-standaarden/OIDC-NLGOV) Het **Beheermodel** voor deze standaarden is gepubliceerd op: https://gitdocumentatie.logius.nl/publicatie/api/beheermodel/