From 041ff474ebccd10a20cefad3038b813f0f0418b7 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:20:52 -0500 Subject: [PATCH] chore: slight rewording --- authentication/methods.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/methods.mdx b/authentication/methods.mdx index b5c5ac2..7eec406 100644 --- a/authentication/methods.mdx +++ b/authentication/methods.mdx @@ -89,7 +89,7 @@ Meaning, once enabled, the UI will support login and present each provider as a The rest of this information is mostly academic. It's mainly useful if you want to build your own browser application using cookie authentication or understand Flipt's OIDC flow at a lower level. -Head over to [OIDC Configuration](/configuration/authentication#oidc) documentation to learn how to configure your provider(s). +See the [OIDC Configuration](/configuration/authentication#oidc) documentation to learn how to configure your provider(s).