From 71511a5c4fdc029dcceececa63b62360095bb2ee Mon Sep 17 00:00:00 2001 From: Helvio Pedreschi Date: Thu, 14 Apr 2022 20:43:04 -0400 Subject: [PATCH] docs: fix typo (#3191) Co-authored-by: James Elliott --- docs/community/oidc-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/oidc-integrations.md b/docs/community/oidc-integrations.md index bc276ec7..d1cc2410 100644 --- a/docs/community/oidc-integrations.md +++ b/docs/community/oidc-integrations.md @@ -41,7 +41,7 @@ If you do not find the application in the list below, you will need to search fo | 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` | | | Harbor | `1.10` | `/-/oauth/callback` | | -| Hasicorp Vault | `14.0.1` | `/oidc/callback` and `/ui/vault/auth/oidc/oidc/callback` | | +| Hashicorp Vault | `14.0.1` | `/oidc/callback` and `/ui/vault/auth/oidc/oidc/callback` | | | Miniflux | `2.0.21` | `/oauth2/oidc/callback` | Set via Miniflux `OAUTH2_REDIRECT_URL` [configuration parameter](https://miniflux.app/docs/configuration.html#oauth2-redirect-url). Example value follows this format | | MinIO | `RELEASE.2021-07-12T02-44-53Z` | `/oauth_callback` | | | Nextcloud | `22.1.0` + `nextcloud-oidc-login` app | `/apps/oidc_login/oidc` | |