From bdb65318f2074debcc2df7dc6668e604b5023451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Radenac?= <47008408+clem3109@users.noreply.github.com> Date: Tue, 2 Aug 2022 02:27:23 +0200 Subject: [PATCH] docs: update oidc docs for gitea (#3777) Co-authored-by: James Elliott --- docs/content/en/integration/openid-connect/gitea/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/integration/openid-connect/gitea/index.md b/docs/content/en/integration/openid-connect/gitea/index.md index 07c86daa8..1e9ffa975 100644 --- a/docs/content/en/integration/openid-connect/gitea/index.md +++ b/docs/content/en/integration/openid-connect/gitea/index.md @@ -16,9 +16,9 @@ community: true ## Tested Versions * [Authelia] - * [v4.36.1](https://github.com/authelia/authelia/releases/tag/v4.36.1) + * [v4.36.3](https://github.com/authelia/authelia/releases/tag/v4.36.3) * [Gitea] - * [1.16.5](https://github.com/go-gitea/gitea/releases/tag/v1.16.5) + * [1.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0) ## Before You Begin @@ -68,7 +68,7 @@ will operate with the above example: - email - profile redirect_uris: - - https://gitea.example.com + - https://gitea.example.com/user/oauth2/authelia/callback userinfo_signing_algorithm: none ```