From a714190eec31a4ea799c25d5b96fea155ed18cfe Mon Sep 17 00:00:00 2001 From: Archef2000 <69057532+Archef2000@users.noreply.github.com> Date: Wed, 13 Jul 2022 05:44:22 +0200 Subject: [PATCH] docs: misc grammar fix (#3655) Corrected gramma in redirection_uris of clients. --- .../en/configuration/identity-providers/open-id-connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/configuration/identity-providers/open-id-connect.md b/docs/content/en/configuration/identity-providers/open-id-connect.md index c4ba79fc..21b63c2f 100644 --- a/docs/content/en/configuration/identity-providers/open-id-connect.md +++ b/docs/content/en/configuration/identity-providers/open-id-connect.md @@ -384,7 +384,7 @@ Some restrictions that have been placed on clients and their redirect URIs are as follows: 1. If a client attempts to authorize with Authelia and its redirect URI is not listed in the client configuration the - attempt to authorize wil fail and an error will be generated. + attempt to authorize will fail and an error will be generated. 2. The redirect URIs are case-sensitive. 3. The URI must include a scheme and that scheme must be one of `http` or `https`. 4. The client can ignore rule 3 and use `urn:ietf:wg:oauth:2.0:oob` if it is a [public](#public) client type.