Skip to content

Commit

Permalink
fix(docs): update OIDC docs (datahub-project#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Jul 2, 2021
1 parent 4c39d86 commit 92db0f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/how/auth/sso/configure-oidc-react-google.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Replacing the placeholders above with the client id & client secret received fro
Now, simply restart the `datahub-frontend-react` container to enable the integration.

```
docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.react.yml restart datahub-frontend-react
docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml up datahub-frontend-react
```

Navigate to your DataHub domain to see SSO in action.
Expand Down
2 changes: 1 addition & 1 deletion docs/how/auth/sso/configure-oidc-react-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Replacing the placeholders above with the client id & client secret received fro
Now, simply restart the `datahub-frontend-react` container to enable the integration.

```
docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.react.yml restart datahub-frontend-react
docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml up datahub-frontend-react
```

Navigate to your DataHub domain to see SSO in action.
Expand Down
2 changes: 1 addition & 1 deletion docs/how/auth/sso/configure-oidc-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ as form parameters in the HTTP POST request. For more info, see [OAuth 2.0 Clien
Once configuration has been updated, `datahub-frontend-react` will need to be restarted to pick up the new environment variables:

```
docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.react.yml restart datahub-frontend-react
docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml up datahub-frontend-react
```

>Note that by default, enabling OIDC will *not* disable the dummy JAAS authentication path, which can be reached at the `/login`
Expand Down

0 comments on commit 92db0f4

Please sign in to comment.