Skip to content

Commit b52f422

Browse files
authored
docs: document identity pre-provisioning in organization (#2030)
1 parent 4e1689c commit b52f422

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/kratos/organizations/organizations.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@ organization.
245245
</Tabs>
246246
```
247247

248+
## Pre-provisioning identities in an organization
249+
250+
After creating an organization, you can pre-provision identities in it. This is useful when you need to create related data in
251+
your system but need the identity to be created in Ory Network first, before the user logs in for the first time.
252+
253+
To achieve this, set the `organization_id` property to the ID of the created organization in the identity, either when creating
254+
the identity, or by updating the identity's data using the Ory APIs.
255+
248256
## SAML
249257

250258
SAML (Security Assertion Markup Language) is an XML-based open standard used for exchanging authentication and authorization data

0 commit comments

Comments
 (0)