Skip to content

plaatje api access layers#681

Open
fterpstra wants to merge 9 commits intomasterfrom
issue670
Open

plaatje api access layers#681
fterpstra wants to merge 9 commits intomasterfrom
issue670

Conversation

@fterpstra
Copy link
Copy Markdown
Collaborator

oplossing issue 670

Comment thread API-strategie-modules/access-control/access-control.md Outdated
Comment thread API-strategie-modules/access-control/access-control.md Outdated
Comment thread API-strategie-modules/access-control/access-control.md Outdated
Comment thread API-strategie-modules/access-control/access-control.md Outdated
Comment thread API-strategie-modules/access-control/access-control.md Outdated
Attempt to center text
Comment thread API-strategie-modules/access-control/access-control.md Outdated
@fterpstra fterpstra requested a review from hhudig March 26, 2026 13:25
@fterpstra
Copy link
Copy Markdown
Collaborator Author

@hhudig kan jij kijken of mijn plaatje lijkt op wat jij bedoelde met het gartner plaatje?


#### HTTPS (TLS) configuration

When a client communicates with a REST API, the connection itself must be protected. **HTTPS** provides this by encrypting all traffic between client and server using **PKI certificates**. These certificates, issued by trusted authorities, verify the server’s identity and ensure that data cannot be intercepted or modified in transit. By enforcing HTTPS, APIs provide a baseline for both **confidentiality** and **integrity** of network communications, forming the foundation of secure runtime interactions.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PKI is niet exact hier. Zeker binnen eigen netwerken kan de 'P' hier onuist zijn, precieser zou zijn dat het om X509 certificates gaat, waarbij (inderdaad zoals beschreven) de validity onderschreven is door een trusted authority (maar dat kan ook een eigen signer zijn).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In allerlei situaties kan natuurlijk ook de client op die manier geverifieerd worden dmv Mtls.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'One must follow the latest NCSC guidelines for TLS' also is not 100% correct. Various ministries are more strict for their services (based on context).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants