Skip to content

Commit 665354e

Browse files
author
Andrew Heberle
committed
Update image
1 parent 9a1cfe7 commit 665354e

File tree

2 files changed

+5
-349
lines changed

2 files changed

+5
-349
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This service combines some basic functionality of [Authelia](https://www.autheli
99
The process for login is:
1010

1111
1. A reverse proxy, such as HAProxy, gets a HTTP request from a user
12-
2. This proxy performs a process to verify the authentiction of the user via a HTTP sub-requet to `/api/authz/forward-auth`
12+
2. This proxy verifies the authentication of the user via a HTTP sub-requet to `/api/authz/forward-auth`
1313
3. If the user is already authenticated the `/api/authz/forward-auth` returns a `HTTP 200 OK` response along with HTTP headers the proxy may use to identify the user
1414
4. If no valid session is available, a redirect is returned to the proxy which should be returned to the user, which will start the SAML login process
1515

docs/architecture.svg

Lines changed: 4 additions & 348 deletions
Loading

0 commit comments

Comments
 (0)