set default org mapping on create global idp

This commit is contained in:
miloschwartz
2026-02-10 10:57:50 -08:00
committed by Owen Schwartz
parent 50c4aa720c
commit 7c418cca95

View File

@@ -93,7 +93,9 @@ export async function createOidcIdp(
name,
autoProvision,
type: "oidc",
tags
tags,
defaultOrgMapping: `'{{orgId}}'`,
defaultRoleMapping: `'Member'`
})
.returning();