important-area-42405
02/28/2023, 10:12 AMgentle-thailand-50068
02/28/2023, 10:21 AMmetadata_admin
for this https://www.ory.sh/docs/kratos/manage-identities/managing-users-identities-metadata
and a modifying webhook to set it https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks#update-identity-metadataimportant-area-42405
02/28/2023, 10:33 AMmagnificent-energy-493
calm-agent-17042
03/01/2023, 9:00 AM{
"$id": "<http://prodigyfinance.com/schemas/student.schema.json>",
"title": "student",
"type": "object",
"properties": {
"traits": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"title": "E-Mail",
"<http://ory.sh/kratos|ory.sh/kratos>": {
"credentials": {
"password": {
"identifier": true
},
"webauthn": {
"identifier": true
},
"totp": {
"account_name": true
}
},
"recovery": {
"via": "email"
},
"verification": {
"via": "email"
}
},
"maxLength": 320
},
"phone": {
"title": "Phone",
"type": "string",
"format": "tel",
"<http://ory.sh/kratos|ory.sh/kratos>": {
"credentials": {
"password": {
"identifier": true
}
}
}
},
"preferred_name": {
"title": "Preferred Name",
"type": "string"
}
},
"required": [
"email",
"phone",
"preferred_name"
],
"additionalProperties": false
},
"metadata_admin": {
"type": "object",
"properties": {
"guid": {
"title": "Guid",
"type": "string"
},
"identity_type": {
"title": "Identity Type",
"type": "string"
},
"identity_issuer": {
"title": "Identity Issuer",
"type": "string"
},
"referred_by": {
"title": "Referred By",
"type": "string"
}
}
}
}
}
gentle-thailand-50068
03/01/2023, 9:05 AMmetadata_admin
should not be part of the schemagentle-thailand-50068
03/01/2023, 9:06 AMmetadata_admin
can only be set via the admin api or through a modifying webhook (https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks#update-identity-metadata)magnificent-energy-493
"type": "object",
"properties": {
},
from the admin_metadata and it wont be rendered as fields in the managed UImagnificent-energy-493
gentle-thailand-50068
03/01/2023, 9:22 AMimportant-area-42405
03/01/2023, 10:28 AMimportant-area-42405
03/01/2023, 10:29 AMimportant-area-42405
03/01/2023, 10:30 AMgentle-thailand-50068
03/01/2023, 10:33 AMgentle-thailand-50068
03/01/2023, 10:33 AMimportant-area-42405
03/01/2023, 10:34 AMimportant-area-42405
03/01/2023, 10:39 AMimportant-area-42405
03/01/2023, 10:39 AMimportant-area-42405
03/01/2023, 10:41 AMgentle-thailand-50068
03/01/2023, 10:42 AMimportant-area-42405
03/01/2023, 2:15 PM