From d5632b611fbc1d202341f08e898e87236fbd1b2e Mon Sep 17 00:00:00 2001 From: jayacryl <159848059+jayacryl@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:18:08 -0500 Subject: [PATCH] nit --- docs/authentication/guides/sso/configure-oidc-react.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/authentication/guides/sso/configure-oidc-react.md b/docs/authentication/guides/sso/configure-oidc-react.md index 5dd96eef77f63..0f2c2f5d013bf 100644 --- a/docs/authentication/guides/sso/configure-oidc-react.md +++ b/docs/authentication/guides/sso/configure-oidc-react.md @@ -8,7 +8,10 @@ This enables operators of DataHub to integrate with 3rd party identity providers ## 1. Get your credentials -Before you do anything, you'll want to set up DataHub with your SSO provider, and get prerequisite credentials such as Discovery URL. +Before you do anything, you'll want to set up DataHub with your SSO provider, and get prerequisite credentials: +1. _Client ID_ - A unique identifier for your application with the identity provider +2. _Client Secret_ - A shared secret to use for exchange between you and your identity provider. +3. _Discovery URL_ - A URL where the OIDC API of your identity provider can be discovered. [👉 See the steps here](./initialize-oidc.md)