mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
docs(proxy): clarify the workflow of a client request payload. (#1838)
Fix #1836
This commit is contained in:
parent
ce77aed178
commit
42cee0ed6c
|
@ -12,7 +12,10 @@ It can be seen as an extension of those proxies providing authentication functio
|
||||||
and a login portal.
|
and a login portal.
|
||||||
|
|
||||||
As shown in the following architecture diagram, Authelia is directly connected to
|
As shown in the following architecture diagram, Authelia is directly connected to
|
||||||
the reverse proxy but never directly connected to application backends.
|
the reverse proxy but never directly connected to application backends and therefore
|
||||||
|
the payloads sent by the clients of the protected API will never reach Authelia, only
|
||||||
|
the authentication pieces will, like the Authorization header for instance. Consequently,
|
||||||
|
the protected APIs can be a REST, a GraphQL or any other kind of API on top of HTTP.
|
||||||
|
|
||||||
<p align="center" style="margin:50px">
|
<p align="center" style="margin:50px">
|
||||||
<img src="../images/archi.png"/>
|
<img src="../images/archi.png"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user