mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
docs(okta): Added Okta Logout Settings (#3627)
This commit is contained in:
parent
637d05488b
commit
1fbacc16a8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user