fix(chalice): fixed tenant_key for SSO (#2673)
This commit is contained in:
parent
b7bd14a3aa
commit
ccc407137c
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