File tree Expand file tree Collapse file tree
docs/content/en/customize_dojo/user_management Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -511,9 +511,7 @@ If during the login process you get the following error: *The
511511in the client app settings.* and the `redirect_uri` HTTP
512512GET parameter starts with `http://` instead of
513513` https://` you need to add
514- ` SOCIAL_AUTH_REDIRECT_IS_HTTPS = True` to Docker environment variables, or to your `local_settings.py` file.
515- You can also setup SOCIAL_AUTH_REDIRECT_IS_HTTPS by adding the DD_SOCIAL_AUTH_REDIRECT_IS_HTTPS var to extraConfigs
516- section of your Helm value yaml file, when deploying with Helm.
514+ ` DD_SOCIAL_AUTH_REDIRECT_IS_HTTPS = True` to Docker Compose environment variables, or `SOCIAL_AUTH_REDIRECT_IS_HTTPS` to your `local_settings.py` file.
517515
5185162. Restart DefectDojo, and 'Login With Okta' should appear on the login screen.
519517
You can’t perform that action at this time.
0 commit comments