Update vale vocabulary to unify company and product names

This commit is contained in:
Dominik Henneke
2021-01-12 13:52:58 +01:00
parent 1c7771871e
commit 192b0b70a8
14 changed files with 20 additions and 26 deletions
+4 -4
View File
@@ -10,7 +10,7 @@ to the appropriate provider in the backend.
## Local development
Choose your OAuth Providers, replace `x` with actual value and then start backend:
Example for Google Oauth Provider at root directory:
Example for Google OAuth Provider at root directory:
```bash
export AUTH_GOOGLE_CLIENT_ID=x
@@ -91,9 +91,9 @@ export AUTH_GITLAB_CLIENT_SECRET=x
Add a new Okta application using the following URI conventions:
Login redirect URI's: http://localhost:7000/api/auth/okta/handler/frame
Logout redirect URI's: http://localhost:7000/api/auth/okta/logout
Initiate login URI's: http://localhost:7000/api/auth/okta/start
Login redirect URI's: `http://localhost:7000/api/auth/okta/handler/frame`
Logout redirect URI's: `http://localhost:7000/api/auth/okta/logout`
Initiate login URI's: `http://localhost:7000/api/auth/okta/start`
Then configure the following environment variables to be used in the `app-config.yaml` file: