feat(api): EE-SSO include idp_tenantKey in ACS URL/path
feat(helm): idp_tenantKey for chalice env vars
This commit is contained in:
parent
f519700fea
commit
414a6da84d
4 changed files with 4 additions and 4 deletions
|
|
@ -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 + "/"
|
||||
|
||||
|
|
|
|||
|
|
@ -64,6 +64,6 @@ env:
|
|||
idp_x509cert: ''
|
||||
idp_sls_url: ''
|
||||
idp_name: ''
|
||||
idp_sp_tk: ''
|
||||
idp_tenantKey: ''
|
||||
assist_secret: ''
|
||||
iceServers: ''
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ env:
|
|||
idp_x509cert: ''
|
||||
idp_sls_url: ''
|
||||
idp_name: ''
|
||||
idp_sp_tk: ''
|
||||
idp_tenantKey: ''
|
||||
assist_secret: ''
|
||||
iceServers: ''
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ chalice:
|
|||
# idp_x509cert: ''
|
||||
# idp_sls_url: ''
|
||||
# idp_name: ''
|
||||
# idp_sp_tk: ''
|
||||
# idp_tenantKey: ''
|
||||
|
||||
|
||||
# If you want to override something
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue