From 695d33f1d2d779291840bd838dad71642b94b0a1 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Date: Fri, 11 Oct 2019 16:42:17 +0200 Subject: [PATCH] [docs] fixed broken implicit grant link (#2741) --- website/content/docs/authentication-backends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/authentication-backends.md b/website/content/docs/authentication-backends.md index b7fa70dd..1742cb01 100644 --- a/website/content/docs/authentication-backends.md +++ b/website/content/docs/authentication-backends.md @@ -79,7 +79,7 @@ For repositories stored on GitLab, the `gitlab` backend allows CMS users to log The GitLab API allows for two types of OAuth2 flows: * [Web Application Flow](https://docs.gitlab.com/ce/api/oauth2.html#web-application-flow), which works much like the GitHub OAuth flow described above. -* [Implicit Grant](https://docs.gitlab.com/ce/api/oauth2.html#implicit-grant), which operates _without_ the need for an authentication server. +* [Implicit Grant](https://docs.gitlab.com/ce/api/oauth2.html#implicit-grant-flow), which operates _without_ the need for an authentication server. ### Web Application Flow with Netlify