Update vale vocabulary to unify company and product names
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user