feature(chalice): changed config
This commit is contained in:
parent
8263773bff
commit
b62134292e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue