diff --git a/docs/how/auth/sso/configure-oidc-react-google.md b/docs/how/auth/sso/configure-oidc-react-google.md index c3aa82f5a967a4..644bab32ddeaa8 100644 --- a/docs/how/auth/sso/configure-oidc-react-google.md +++ b/docs/how/auth/sso/configure-oidc-react-google.md @@ -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. diff --git a/docs/how/auth/sso/configure-oidc-react-okta.md b/docs/how/auth/sso/configure-oidc-react-okta.md index 796a36e2ba7b2b..f5381b26409c34 100644 --- a/docs/how/auth/sso/configure-oidc-react-okta.md +++ b/docs/how/auth/sso/configure-oidc-react-okta.md @@ -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. diff --git a/docs/how/auth/sso/configure-oidc-react.md b/docs/how/auth/sso/configure-oidc-react.md index 1495086c75a8d6..d78aa32da798ef 100644 --- a/docs/how/auth/sso/configure-oidc-react.md +++ b/docs/how/auth/sso/configure-oidc-react.md @@ -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`