fast-eve-41839
10/09/2024, 11:52 AMboundless-artist-2317
10/09/2024, 12:30 PMbland-eye-99092
10/09/2024, 12:32 PMI've tried to do this using webhooks but they're not workingWhat have you tried, what are you observing and what are you expecting, exactly?
particularly around the fact that ORY cannot support MFA when OIDC is enabledThis is not true, what's your config, and what's happening specifically?
boundless-artist-2317
10/09/2024, 12:44 PMfunc(ctx) { identityId: ctx.identity.id }
bland-eye-99092
10/09/2024, 12:46 PMI have a webhook to do this but I get an "identity not found (404)" error when I try to fetch the identity from my webhook server. It seems like the identity ID is not available even when executed after the registration flow.Is your webhook set to "parse" the response from it?
boundless-artist-2317
10/09/2024, 12:47 PMThe webhook is triggered after form submission but before the identity is stored. It can modify identity data or interrupt the flow. The identity ID is not available yet, and registration may still fail, especially if an identifier is already in use.So the identity ID would not be available if the response was being parsed, right?
bland-eye-99092
10/09/2024, 12:47 PMboundless-artist-2317
10/09/2024, 12:48 PMboundless-artist-2317
10/09/2024, 12:49 PMIdentityAPI.GetIdentity
though I still need to call IdentityAPI.DeleteIdentityCredentials
bland-eye-99092
10/09/2024, 12:51 PMboundless-artist-2317
10/09/2024, 1:19 PMfast-eve-41839
10/09/2024, 1:20 PMmagnificent-energy-493
fast-eve-41839
10/11/2024, 8:29 AM"messages": [
{
"instance_ptr": "#/traits/email",
"messages": [
{
"id": 101,
"text": "Adding password based login when you have stronger login method is not supported",
"type": "validation",
"context": {"value": "not supported"},
},
],
},
],
Specifically on the instance_ptr
therefast-eve-41839
10/14/2024, 9:53 AMfast-eve-41839
10/16/2024, 1:27 PM{
"error": {
"code": 400,
"status": "Bad Request",
"request": "941955bd-fcb3-95d3-8ccb-42da559404bf",
"reason": "You cannot remove first factor credentials.",
"message": "The request was malformed or contained invalid parameters"
}
}
astonishing-oxygen-21376
10/18/2024, 7:33 AM