mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
fix(docs): fix reference to the credential step in okta guide (#4243)
This commit is contained in:
parent
6248a55edb
commit
f17c033d51
@ -82,7 +82,7 @@ AUTH_OIDC_BASE_URL=your-datahub-url
|
||||
AUTH_OIDC_SCOPE="openid profile email groups"
|
||||
```
|
||||
|
||||
Replacing the placeholders above with the client id & client secret received from Google in Step 3f.
|
||||
Replacing the placeholders above with the client id & client secret received from Okta in Step 2.
|
||||
|
||||
> **Pro Tip!** You can easily enable Okta to return the groups that a user is associated with, which will be provisioned in DataHub, along with the user logging in,
|
||||
> if they do not already exist in DataHub. You can enable your Okta application to return a 'groups' claim from the Okta Console at Applications > Your Application -> Sign On -> OpenID Connect ID Token Settings (Requires an edit).
|
||||
@ -102,4 +102,4 @@ docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml
|
||||
Navigate to your DataHub domain to see SSO in action.
|
||||
|
||||
## Resources
|
||||
- [OAuth 2.0 and OpenID Connect Overview](https://developer.okta.com/docs/concepts/oauth-openid/)
|
||||
- [OAuth 2.0 and OpenID Connect Overview](https://developer.okta.com/docs/concepts/oauth-openid/)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user