This commit is contained in:
@@ -409,6 +409,7 @@ export const getSsoDebugInfo = async (req: NextApiRequest) => {
|
||||
tenant: userInfo.tenant ?? null,
|
||||
joinedTenants: Array.isArray(userInfo.joinedTenants) ? userInfo.joinedTenants : [],
|
||||
},
|
||||
tenantIds: asStringArray(userInfo.tenant_ids ?? userInfo.tenantIds),
|
||||
user: {
|
||||
id: asString(userInfo.id) ?? asString(userInfo.sub) ?? asString(userInfo.user_id),
|
||||
name: asString(userInfo.name),
|
||||
|
||||
Reference in New Issue
Block a user