fix(chalice): fixed tenant_key for SSO (#2673)
(cherry picked from commit ccc407137c)
This commit is contained in:
parent
7f1686acdf
commit
b947fafebf
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ async def __process_assertion(request: Request, tenant_key=None) -> Response | d
|
|||
tenant_key = user_data.get("tenantKey", [])
|
||||
else:
|
||||
logger.info("Using tenant key from ACS-URL")
|
||||
tenant_key = [tenant_key]
|
||||
|
||||
logger.debug(f"received nameId: {email} tenant_key: {tenant_key}")
|
||||
logger.debug(">user_data:")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue