Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl committed Nov 5, 2024
1 parent b87b43e commit d5632b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/authentication/guides/sso/configure-oidc-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d5632b6

Please sign in to comment.