docs: fix misc grammar issues (#4062)
Closes #4063 Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/4093/head
parent
61943f6986
commit
4d35b7ddf7
|
@ -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
|
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.
|
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.
|
this method *__MUST__* use secure schemes (`https` and `wss`) for all of their communication.
|
||||||
|
|
||||||
### OpenID Connect
|
### OpenID Connect
|
||||||
|
|
||||||
Only requires Authelia to be use a secure scheme (`https`).
|
Only requires Authelia to be accessible via a secure scheme (`https`).
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue