Skip to content

Commit 08c94e8

Browse files
feedback
1 parent 169e709 commit 08c94e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/docs/configuration/idp.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ External identity providers can be used for [authentication](/docs/configuration
2020
"provider": "github",
2121
"purpose": "account_linking",
2222
"accountLinkingRequired": true,
23-
/*
24-
Secrets are provided through environment variables. Set the secret into
25-
an env var and provide the name here to tell Sourcebot where to get
26-
the value
27-
*/
2823
"clientId": {
2924
"env": "GITHUB_IDENTITY_PROVIDER_CLIENT_ID"
3025
},
@@ -45,6 +40,8 @@ the value
4540
}
4641
```
4742

43+
Secret values (such as `clientId` and `clientSecret`) can be provided as environment variables or Google Cloud secrets via [tokens](/docs/configuration/config-file#tokens).
44+
4845
# Supported External Identity Providers
4946

5047
Sourcebot uses [Auth.js](https://authjs.dev/) to connect to external identity providers. If there's a provider supported by Auth.js that you don't see below, please submit a

0 commit comments

Comments
 (0)