From b34b617aad849759e52f76ab3a858a31804519b2 Mon Sep 17 00:00:00 2001 From: Copolycube Date: Sat, 29 Mar 2025 05:47:54 -0400 Subject: [PATCH] docs: fix gitlab docs url for oauth2 integration (#3002) * Update gitlab.md with correct url for creating an application * docs: fix gitlab docs url for oauth2 integration --------- Co-authored-by: Jan Larwig --- docs/docs/configuration/providers/gitlab.md | 2 +- .../version-7.6.x/configuration/providers/gitlab.md | 2 +- .../version-7.7.x/configuration/providers/gitlab.md | 2 +- .../version-7.8.x/configuration/providers/gitlab.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/configuration/providers/gitlab.md b/docs/docs/configuration/providers/gitlab.md index 92cbdb6b..4cdbbbe1 100644 --- a/docs/docs/configuration/providers/gitlab.md +++ b/docs/docs/configuration/providers/gitlab.md @@ -16,7 +16,7 @@ This auth provider has been tested against Gitlab version 12.X. Due to Gitlab AP prior to 12.X (see [994](https://github.com/oauth2-proxy/oauth2-proxy/issues/994)). Whether you are using GitLab.com or self-hosting GitLab, follow -[these steps to add an application](https://docs.gitlab.com/ce/integration/oauth_provider.html). Make sure to enable at +[these steps to add an application](https://docs.gitlab.com/integration/oauth_provider/). Make sure to enable at least the `openid`, `profile` and `email` scopes, and set the redirect url to your application url e.g. https://myapp.com/oauth2/callback. diff --git a/docs/versioned_docs/version-7.6.x/configuration/providers/gitlab.md b/docs/versioned_docs/version-7.6.x/configuration/providers/gitlab.md index 92cbdb6b..4cdbbbe1 100644 --- a/docs/versioned_docs/version-7.6.x/configuration/providers/gitlab.md +++ b/docs/versioned_docs/version-7.6.x/configuration/providers/gitlab.md @@ -16,7 +16,7 @@ This auth provider has been tested against Gitlab version 12.X. Due to Gitlab AP prior to 12.X (see [994](https://github.com/oauth2-proxy/oauth2-proxy/issues/994)). Whether you are using GitLab.com or self-hosting GitLab, follow -[these steps to add an application](https://docs.gitlab.com/ce/integration/oauth_provider.html). Make sure to enable at +[these steps to add an application](https://docs.gitlab.com/integration/oauth_provider/). Make sure to enable at least the `openid`, `profile` and `email` scopes, and set the redirect url to your application url e.g. https://myapp.com/oauth2/callback. diff --git a/docs/versioned_docs/version-7.7.x/configuration/providers/gitlab.md b/docs/versioned_docs/version-7.7.x/configuration/providers/gitlab.md index 92cbdb6b..4cdbbbe1 100644 --- a/docs/versioned_docs/version-7.7.x/configuration/providers/gitlab.md +++ b/docs/versioned_docs/version-7.7.x/configuration/providers/gitlab.md @@ -16,7 +16,7 @@ This auth provider has been tested against Gitlab version 12.X. Due to Gitlab AP prior to 12.X (see [994](https://github.com/oauth2-proxy/oauth2-proxy/issues/994)). Whether you are using GitLab.com or self-hosting GitLab, follow -[these steps to add an application](https://docs.gitlab.com/ce/integration/oauth_provider.html). Make sure to enable at +[these steps to add an application](https://docs.gitlab.com/integration/oauth_provider/). Make sure to enable at least the `openid`, `profile` and `email` scopes, and set the redirect url to your application url e.g. https://myapp.com/oauth2/callback. diff --git a/docs/versioned_docs/version-7.8.x/configuration/providers/gitlab.md b/docs/versioned_docs/version-7.8.x/configuration/providers/gitlab.md index 92cbdb6b..4cdbbbe1 100644 --- a/docs/versioned_docs/version-7.8.x/configuration/providers/gitlab.md +++ b/docs/versioned_docs/version-7.8.x/configuration/providers/gitlab.md @@ -16,7 +16,7 @@ This auth provider has been tested against Gitlab version 12.X. Due to Gitlab AP prior to 12.X (see [994](https://github.com/oauth2-proxy/oauth2-proxy/issues/994)). Whether you are using GitLab.com or self-hosting GitLab, follow -[these steps to add an application](https://docs.gitlab.com/ce/integration/oauth_provider.html). Make sure to enable at +[these steps to add an application](https://docs.gitlab.com/integration/oauth_provider/). Make sure to enable at least the `openid`, `profile` and `email` scopes, and set the redirect url to your application url e.g. https://myapp.com/oauth2/callback.