debug: SSO 전체 테넌트 ID 확인
Deploy feedback demo / deploy (push) Successful in 57s

This commit is contained in:
root
2026-09-14 13:41:49 +09:00
parent 407511ea13
commit a07698b17f
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -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),