Skip to content

Commit 4295a23

Browse files
author
Marcel Horner
committed
Adding description about how to setup SOCIAL_AUTH_REDIRECT_IS_HTTPS when using helm to docs (docs/content/en/customize_dojo/user_management/configure_sso.md).
1 parent 6789183 commit 4295a23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ in the client app settings.* and the `redirect_uri` HTTP
512512
GET parameter starts with `http://` instead of
513513
`https://` you need to add
514514
`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 yaml file, when deploying with Helm.
515517

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

0 commit comments

Comments
 (0)