docs(okta): Added Okta Logout Settings (#3627)

This commit is contained in:
Seref Acet 2021-11-27 01:52:48 +03:00 committed by GitHub
parent 637d05488b
commit 1fbacc16a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,17 @@ f. Below, add a **Login Redirect URI**. This should be formatted as
https://your-datahub-domain.com/callback/oidc
```
If you're just testing locally, this can be `http://localhost:9002/callback/oidc`.
If you're just testing locally, this can be `http://localhost:9002/callback/oidc`.
f. Click **Save**
g. Below, add a **Logout Redirect URI**. This should be formatted as
```
https://your-datahub-domain.com
```
If you're just testing locally, this can be `http://localhost:9002`.
h. Click **Save**
### 2. Obtain Client Credentials