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",