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
parent 7d6ee72025
commit 14c8348166

View File

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