From 880a6c5832034880c01cee692a701d783fd2d947 Mon Sep 17 00:00:00 2001 From: polandy Date: Tue, 10 Aug 2021 12:48:31 +0200 Subject: [PATCH] docs: add gitea redirect_uri with notes to community docs (#2275) * docs: add gitea redirect_uri with notes to community docs * docs: remove unnecessary dash from Gitea notes Co-authored-by: Amir Zarrinkafsh --- docs/community/oidc-integrations.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/community/oidc-integrations.md b/docs/community/oidc-integrations.md index 32efaa42f..b5487f51e 100644 --- a/docs/community/oidc-integrations.md +++ b/docs/community/oidc-integrations.md @@ -5,7 +5,7 @@ parent: Community nav_order: 4 --- -# OIDC Integratins +# OIDC Integrations **Note** This is community-based content for which the core-maintainers cannot guarantee correctness. The parameters may change over time. If a parameter does not work as documented, please submit a PR to update the list. @@ -13,6 +13,7 @@ nav_order: 4 | Application | Minimal Version | Notes | | :---------: | :----------------------------: | :-----: | +| Gitea | `1.14.6` | | | GitLab | `13.0.0` | | | Grafana | `8.0.5` | | | MinIO | `RELEASE.2021-07-12T02-44-53Z` | must set `MINIO_IDENTITY_OPENID_CLAIM_NAME: groups` in MinIO and set [MinIO policies] as groups in Authelia | @@ -25,7 +26,8 @@ If you do not find the application in the list below, you will need to search fo `` needs to be substituted with the full URL on which the application runs on. If GitLab, as an example, was reachable under `https://gitlab.example.com`, `` would be exactly the same. -| Application | Version | Callback URL | -| :---------: | :----------------------------: | :------------------------------------------------------: | -| GitLab | `14.0.1` | `/users/auth/openid_connect/callback` | -| MinIO | `RELEASE.2021-07-12T02-44-53Z` | `/oauth_callback` | +| Application | Version | Callback URL | Notes | +| :---------: | :----------------------------: | :------------------------------------------------------: |:-----:| +| Gitea | `1.14.6` | `/user/oauth2/authelia/callback` |`ROOT_URL` in `[server]` section of `app.ini` must be configured correctly. Typically it is `/`. The string `authelia` in the callback url is the `Authentication Name` of the configured Authentication Source in Gitea (Authentication Type: OAuth2, OAuth2 Provider: OpenID Connect). +| GitLab | `14.0.1` | `/users/auth/openid_connect/callback` | | +| MinIO | `RELEASE.2021-07-12T02-44-53Z` | `/oauth_callback` | |