blue-alarm-98979
04/05/2024, 7:33 AMchilly-king-10285
04/05/2024, 7:33 AMchilly-king-10285
04/05/2024, 7:33 AMCreateIdentity
method returning null. The sources mostly cover the Ory Kratos API reference and how to manage identities using JSON schemas. However, it's important to note that when creating an identity, you can change the schema_id
to reflect the schema you want to use for this identity. The trait key/values depend on your schema as well. The command shown in the sources does not create a password or any other type of credential for the identity. This might be something to consider in your .NET implementation. For authentication, the sources mention that you must be authenticated by means of an oryAccessToken
. For more specific help with your issue, I would recommend checking the official Ory Kratos .NET SDK documentation or reaching out to the Ory community for support.blue-alarm-98979
04/05/2024, 7:40 AMchilly-king-10285
04/05/2024, 7:40 AMchilly-king-10285
04/05/2024, 7:40 AM