From c482e851845342f69c5cd79f5e78dd2fb05923e4 Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:45:28 +0000 Subject: [PATCH] Update index.mdx --- docs/admin/auth/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/auth/index.mdx b/docs/admin/auth/index.mdx index 44d6b4719..5a8393b6e 100644 --- a/docs/admin/auth/index.mdx +++ b/docs/admin/auth/index.mdx @@ -396,6 +396,7 @@ Example [`openidconnect` auth provider](/admin/config/site_config#openid-connect { "type": "openidconnect", "issuer": "https://oidc.example.com", + "displayName": "Your Custom Provider Name", //This is optional "clientID": "my-client-id", "configID":"my-config-id", //An arbitrary value that will be used to reference to this auth provider within the site config "clientSecret": "my-client-secret",