Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Taha Yassine Kraiem
b62134292e feature(chalice): changed config 2024-01-30 17:45:08 +01:00

View file

@ -137,6 +137,7 @@ def get_saml2_provider():
def get_landing_URL(jwt): 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 return config("SITE_URL") + config("sso_landing", default="/login?jwt=%s") % jwt