narrow-flower-8731
04/18/2023, 9:59 PMui_url
or default_browser_return_url
to be provided within the configurations for Kratos.
Is a use-case like this supported or is having a web UI sort of a requirement for running Kratos properly.
ui_url
of the verification
flow in the Kratos.yml file.body
for the code flow to work and invoke the URL as `/self-service/verification?flow=<verification_flow_id>`:
{
"email": "<mailto:example@example.com|example@example.com>",
"method": "code",
"code": "<code_received_in_email>"
}
Can someone please point me in the direction to work with this or point out if something like this is even possible currently.
Thankswooden-room-29321
04/18/2023, 11:38 PMwooden-room-29321
04/18/2023, 11:39 PMnarrow-flower-8731
04/19/2023, 12:57 AMui_url
, I'm just giving it an endpoint to an HTTP GET service that returns 200.
Not sure how it's full working per say or any associated pitfalls for such a workaround.
Thanks for your input @wooden-room-29321.wooden-room-29321
04/19/2023, 12:58 AMwooden-room-29321
04/19/2023, 1:28 AMworks with API- and Browser-initiated flows