1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

New Article: 'Connect to an External MSSQL Database' (#662)

* initial drafts of oidc docs

* updates for custom claim + acr fields

* initial draft for 'Connect to an External MSSQL DB'

* tags

* better connection string detail

* remove outdated post-config steps
This commit is contained in:
fred_the_tech_writer
2021-07-06 10:44:32 -04:00
committed by GitHub
parent 839fe506b4
commit 91ef77b37b
3 changed files with 44 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ The following variables are among those that already exist in `global.override.e
|Variable|Description|
|--------|-----------|
|globalSettings__sqlServer__connectionString=|Use this field to [connect to an exernal MSSQL database]({{site.baseurl}}/article/external-db/).|
|globalSettings__oidcIdentityClientKey=|A randomly generated OpenID Connect client key. For more information, see [OpenID Documentation](https://openid.net/specs/openid-connect-registration-1_0.html#RegistrationResponse){:target="\_blank"}.|
|globalSettings__duo__aKey=|A randomly generated Duo akey. For more information, see [Duo's Documentation](https://duo.com/docs/duoweb#1.-generate-an-akey){:target="\_blank"}.|
|globalSettings__yubico__clientId=|Client ID for YubiCloud Validation Service or Self-hosted Yubico Validation Server.<br><br>If YubiCloud, get your Client ID and Secret Key [here](https://upgrade.yubico.com/getapikey/){:target="\_blank"}.<br><br>If self-hosted, see Optional Variable `globalSettings__yubico__validationUrls`.|