Skip to content

Commit 3c5539b

Browse files
authored
Update index.mdx (#821)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent e209084 commit 3c5539b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/admin/auth/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ Example [`openidconnect` auth provider](/admin/config/site_config#openid-connect
396396
{
397397
"type": "openidconnect",
398398
"issuer": "https://oidc.example.com",
399+
"displayName": "Your Custom Provider Name", //This is optional
399400
"clientID": "my-client-id",
400401
"configID":"my-config-id", //An arbitrary value that will be used to reference to this auth provider within the site config
401402
"clientSecret": "my-client-secret",

0 commit comments

Comments
 (0)