feat(api): EE-SSO include idp_tenantKey in ACS URL/path

feat(helm): idp_tenantKey for chalice env vars
This commit is contained in:
Taha Yassine Kraiem 2022-01-21 23:04:43 +01:00
parent f519700fea
commit 414a6da84d
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ SAML2 = {
}
# in case tenantKey is included in the URL
sp_acs = config("idp_sp_tk", default="")
sp_acs = config("idp_tenantKey", default="")
if sp_acs is not None and len(sp_acs) > 0:
SAML2["sp"]["assertionConsumerService"]["url"] += sp_acs + "/"

View file

@ -64,6 +64,6 @@ env:
idp_x509cert: ''
idp_sls_url: ''
idp_name: ''
idp_sp_tk: ''
idp_tenantKey: ''
assist_secret: ''
iceServers: ''

View file

@ -94,7 +94,7 @@ env:
idp_x509cert: ''
idp_sls_url: ''
idp_name: ''
idp_sp_tk: ''
idp_tenantKey: ''
assist_secret: ''
iceServers: ''

View file

@ -73,7 +73,7 @@ chalice:
# idp_x509cert: ''
# idp_sls_url: ''
# idp_name: ''
# idp_sp_tk: ''
# idp_tenantKey: ''
# If you want to override something