Hi, I'm new to Ory and I've been trying to create ...
# general
a
Hi, I'm new to Ory and I've been trying to create identity with username password, also update email and phone number with additional metadata and use it to verify MFA for each login. I'm trying to implement the flow using API from here https://www.ory.sh/docs/oauth2-oidc/custom-login-consent/flow without the consent but with MFA (Email / SMS) , we don't use Browser flow because we have our own UI built for all the login flows. https://www.ory.sh/docs/reference/api#tag/identity/operation/createIdentity - How to add email or phone for the schema - preset://username Also how to trigger the MFA verification after successful password verification and then generate tokens? Thanks for the help