mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
feedback
This commit is contained in:
parent
169e709b34
commit
08c94e8733
1 changed files with 2 additions and 5 deletions
|
|
@ -20,11 +20,6 @@ External identity providers can be used for [authentication](/docs/configuration
|
||||||
"provider": "github",
|
"provider": "github",
|
||||||
"purpose": "account_linking",
|
"purpose": "account_linking",
|
||||||
"accountLinkingRequired": true,
|
"accountLinkingRequired": true,
|
||||||
/*
|
|
||||||
Secrets are provided through environment variables. Set the secret into
|
|
||||||
an env var and provide the name here to tell Sourcebot where to get
|
|
||||||
the value
|
|
||||||
*/
|
|
||||||
"clientId": {
|
"clientId": {
|
||||||
"env": "GITHUB_IDENTITY_PROVIDER_CLIENT_ID"
|
"env": "GITHUB_IDENTITY_PROVIDER_CLIENT_ID"
|
||||||
},
|
},
|
||||||
|
|
@ -45,6 +40,8 @@ the value
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Secret values (such as `clientId` and `clientSecret`) can be provided as environment variables or Google Cloud secrets via [tokens](/docs/configuration/config-file#tokens).
|
||||||
|
|
||||||
# Supported External Identity Providers
|
# Supported External Identity Providers
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue