From 15db3085683b861fef64adbc62abaec4040cf157 Mon Sep 17 00:00:00 2001 From: John Joyce Date: Tue, 1 Feb 2022 11:38:00 -0800 Subject: [PATCH] Adding Initiate login uri to okta docs (#4030) --- docs/how/auth/sso/configure-oidc-react-okta.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/how/auth/sso/configure-oidc-react-okta.md b/docs/how/auth/sso/configure-oidc-react-okta.md index 6e27bd5281..7760b8e416 100644 --- a/docs/how/auth/sso/configure-oidc-react-okta.md +++ b/docs/how/auth/sso/configure-oidc-react-okta.md @@ -34,9 +34,16 @@ g. Below, add a **Logout Redirect URI**. This should be formatted as https://your-datahub-domain.com ``` +h. [Optional] If you're enabling DataHub login as an Okta tile, you'll need to provide the **Initiate Login URI**. You +can set if to + +``` +https://your-datahub-domain.com/authenticate +``` + If you're just testing locally, this can be `http://localhost:9002`. -h. Click **Save** +i. Click **Save** ### 2. Obtain Client Credentials