feat(api): changed SSO exp delta
This commit is contained in:
parent
fa57e2fe74
commit
84de52a178
2 changed files with 1 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
python env_handler.py
|
||||
chalice local --host 0.0.0.0 --stage ${ENTERPRISE_BUILD}
|
||||
Loading…
Add table
Reference in a new issue