Skip to content

Commit e50c275

Browse files
Apply suggestion from @valentijnscholten
1 parent db1fb1e commit e50c275

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/content/en/customize_dojo/user_management/configure_sso.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,7 @@ If during the login process you get the following error: *The
511511
in the client app settings.* and the `redirect_uri` HTTP
512512
GET 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

518516
2. Restart DefectDojo, and 'Login With Okta' should appear on the login screen.
519517

0 commit comments

Comments
 (0)