mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 03:06:40 +00:00
set default org mapping on create global idp
This commit is contained in:
@@ -93,7 +93,9 @@ export async function createOidcIdp(
|
|||||||
name,
|
name,
|
||||||
autoProvision,
|
autoProvision,
|
||||||
type: "oidc",
|
type: "oidc",
|
||||||
tags
|
tags,
|
||||||
|
defaultOrgMapping: `'{{orgId}}'`,
|
||||||
|
defaultRoleMapping: `'Member'`
|
||||||
})
|
})
|
||||||
.returning();
|
.returning();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user