Skip to content

Commit

Permalink
chore: add display-name to enterprise implementation guide (#42570)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkmh authored Jul 26, 2024
1 parent 44e854e commit 26e4905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/enterprise-setup/implementation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ auth:
oidc:
domain: ## e.g. company.example
app-name: ## e.g. airbyte
display-name: ## e.g. Company SSO - optional, falls back to app-name if not provided
clientIdSecretKey: client-id
clientSecretSecretKey: client-secret
```
Expand Down Expand Up @@ -272,6 +273,7 @@ global:
oidc:
domain: ## e.g. company.example
app-name: ## e.g. airbyte
display-name: ## e.g. Company SSO - optional, falls back to app-name if not provided
clientIdSecretKey: client-id
clientSecretSecretKey: client-secret
```
Expand Down

0 comments on commit 26e4905

Please sign in to comment.