feat(api): changed SSO exp delta

This commit is contained in:
Taha Yassine Kraiem 2021-12-03 16:54:28 +01:00
parent fa57e2fe74
commit 84de52a178
2 changed files with 1 additions and 4 deletions

View file

@ -62,7 +62,7 @@
"idp_x509cert": "",
"idp_sls_url": "",
"idp_name": "",
"sso_exp_delta_seconds": "86400",
"sso_exp_delta_seconds": "172800",
"sso_landing": "/login?jwt=%s",
"invitation_link": "/api/users/invitation?token=%s",
"change_password_link": "/reset-password?invitation=%s&&pass=%s",

View file

@ -1,3 +0,0 @@
#!/bin/bash
python env_handler.py
chalice local --host 0.0.0.0 --stage ${ENTERPRISE_BUILD}