Skip to content

Commit

Permalink
[;aatjes acces control in eigen map
Browse files Browse the repository at this point in the history
  • Loading branch information
fterpstra committed Dec 21, 2023
1 parent dd3552c commit ff5e941
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions API-strategie-modules/access-control/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Note that usage of the Authorization header is part of the OAuth2 specifications
When authentication is implicit or when just the presence of an Authorization header is enough for authentication and/or authorization: use the flow chart in figure 1 to determine the correct error code.

<figure>
<img alt="flowchart describing responses when authentication is implicit" src="../../media/HTTP-FlowChart1.PNG"/>
<img alt="flowchart describing responses when authentication is implicit" src="media/HTTP-FlowChart1.PNG"/>
<figcaption>authentication is implicit</figcaption>
</figure>

Expand All @@ -191,7 +191,7 @@ https://tools.ietf.org/html/rfc7231#section-6.5.4
When authentication is explicit, that is the authentication credentials are actively verfied when present, use the flow chart in figure 2 to determine the correct error codes.

<figure>
<img alt="flowchart describing responses when authentication is explicit" src="../../media/HTTP-FlowChart2.PNG"/>
<img alt="flowchart describing responses when authentication is explicit" src=".media/HTTP-FlowChart2.PNG"/>
<figcaption>authentication is explicit</figcaption>
</figure>

Expand All @@ -208,7 +208,7 @@ https://tools.ietf.org/html/rfc7231#section-6.5.4
When authentication is explicit and there is a check whether the provided authorization confirmation claim (`cnf`, see [[rfc7800]]) matches the credentials provided for authentication use the flow chart in figure 3 to esteblish the correct error codes.

<figure>
<img alt="flowchart describing responses when authentication is explicit and client authorization confirmation claim (`cnf`) matches authentication." src="../../media/HTTP-FlowChart3.PNG"/>
<img alt="flowchart describing responses when authentication is explicit and client authorization confirmation claim (`cnf`) matches authentication." src="media/HTTP-FlowChart3.PNG"/>
<figcaption>authentication is explicit, and client authorization confirmation claim (`cnf`) matches authentication.</figcaption>
</figure>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff5e941

Please sign in to comment.