diff --git a/docs/content/en/integration/prologue/get-started.md b/docs/content/en/integration/prologue/get-started.md index 48746cae3..5d41d4c7c 100644 --- a/docs/content/en/integration/prologue/get-started.md +++ b/docs/content/en/integration/prologue/get-started.md @@ -22,12 +22,12 @@ obviously choose a different path if you are so inclined. Forwarded Authentication is a simple per-request authorization flow that checks the metadata of a request and a session cookie to determine if a user must be forwarded to the authentication portal. -Due to the fact a cookie is use, it's an intentional design decision that *__ALL__* applications/domains protected via +Due to the fact a cookie is used, it's an intentional design decision that *__ALL__* applications/domains protected via this method *__MUST__* use secure schemes (`https` and `wss`) for all of their communication. ### OpenID Connect -Only requires Authelia to be use a secure scheme (`https`). +Only requires Authelia to be accessible via a secure scheme (`https`). ## Configuration