Skip to content

Commit

Permalink
docs(okta): Added Okta Logout Settings (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seref Acet authored Nov 26, 2021
1 parent 637d054 commit 1fbacc1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/how/auth/sso/configure-oidc-react-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fbacc1

Please sign in to comment.