bored-fountain-61952
02/28/2022, 5:16 PMsubmitSelfServiceLoginFlow
after initializeSelfServiceLoginFlowForBrowsers
(the GET requests works though), altered from the self-service ui repositorydamp-sunset-69236
02/28/2022, 5:31 PMbored-fountain-61952
03/01/2022, 8:46 AMdamp-salesclerk-26574
03/01/2022, 9:20 AMbored-fountain-61952
03/01/2022, 9:29 AM<http://localhost>
, <http://localhost:3000>
, <http://127.0.0.1>
, <http://127.0.0.1:3000>
to the allowed redirect urls in ory cloud but they don't seem to have any effect....
Do I have to use a kratos.yml
when I use ory cloud? I thought that was only needed when you develop with ory running in a docker container locally...withCredentials: true
axios option set to true instead of having it on the base configuration. Now fighting again with the 403
that the csrf_tokens
don't match. Any tipps for that?set-cookie
with the csrf_token
is not set on localhost, since we do not have secure connection there. Any ideas on how we could get around that, to make it work on local (chrome)?important-fall-74969
03/02/2022, 11:18 AMcsrf_token
that you get back from the ui nodes into the submitSelfServiceLoginFlow
?proud-plumber-24205
03/02/2022, 5:10 PMbored-fountain-61952
03/15/2022, 11:14 AMcsrf_token
as a UINode and send it in the post request but the cookie is not set. When trying to use the withCredentials
flag for the post request it fails with a CORS error. Without them obviously the CSRF Token to validate against is missing...proud-plumber-24205
03/15/2022, 12:00 PM/.ory
path. When calling an Ory API for example you would have to point your frontend application to the proxy url + /.ory
+ ory api (/api/kratos/public/self-service/...
)bored-fountain-61952
03/15/2022, 2:42 PMproud-plumber-24205
03/15/2022, 4:17 PMbored-fountain-61952
03/15/2022, 4:29 PMproud-plumber-24205
03/16/2022, 8:00 AMmagnificent-energy-493
bored-fountain-61952
03/20/2022, 11:54 PM