set default org mapping on create global idp

This commit is contained in:
miloschwartz
2026-02-10 10:57:50 -08:00
parent af7263a0b1
commit 94ac3ec76e

View File

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