brash-librarian-74886
04/24/2024, 8:15 AMchilly-king-10285
04/24/2024, 8:15 AMchilly-king-10285
04/24/2024, 8:16 AMjson { "schema_id": "<preset://email>", "traits": { "email": "[[email protected]]" }, "credentials": { "password": { "config": { "password": "the-password" } } } }
For more detailed information, you may want to refer to the [Ory documentation](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#importing-credentials).brash-librarian-74886
04/24/2024, 8:16 AMchilly-king-10285
04/24/2024, 8:16 AMchilly-king-10285
04/24/2024, 8:17 AMcredentials
field where you can specify OIDC credentials. Here's an example of what the structure looks like: json { "credentials": { "oidc": { "config": { "config": { "providers": { "provider": "The OpenID Connect provider to link the subject to. Usually something like `google` or `github`.", "subject": "The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token." } } } } } }
However, please note that this is a general structure and might need to be adjusted based on your specific needs. For detailed instructions, you should refer to the [Ory Kratos API documentation](https://www.ory.sh/docs/kratos/reference/api).brash-librarian-74886
04/24/2024, 8:17 AMchilly-king-10285
04/24/2024, 8:17 AMchilly-king-10285
04/24/2024, 8:18 AM