docs: fix misc grammar issues (#4062)

Closes #4063 

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/4093/head
Constantin Kraft 2022-09-27 02:13:06 +00:00 committed by GitHub
parent 61943f6986
commit 4d35b7ddf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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