CSRF problem for local running SPA in test environment #134
Unanswered
LandSprutte
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
You are using Ory Kratos (which version) or Ory Network? What command are you using to run the tunnel? Please include as much information as possible, ideally also some steps to reproduce from a fresh install. CRSF could have a many different reasons and its really hard to tell which it can be from your brief description. This might help: make sure you're consistently using either localhost or 127.0.0.1, but not both interchangeably, as they're considered different domains by browsers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have an issue when running an application (A) trying to authenticate through our test environment, when using custom-ui flows. Our custom-ui flows are hosted on
auth.test.my-domain.comand it works perfectly fine in when I try to, sayloginthrough another app (B) on any giving sub-domain (e.g. app.test.my-domain.com), but when I try tunnel my to login from (A) running on localhost I get CSRF.Not sure if anyone else has this issue, maybe it is some configuration I am missing? :)
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions