Hello I have an error will performing an authoriza...
# talk-hydra
f
Hello I have an error will performing an authorization code flow i got "the resource owner or authorization server denied the request. the flow cookie is missing in the request", how can i solve it ?
p
cookie is being set during redirects to Ory services; you need to make sure they are running on the same URI as well as the appropriate CORS / CSRF settings are being met;
there’s a lot of information to cover; this is a good starting point but learning more about how HTTP metadata works (cookies & headers & such) is important for success https://www.ory.sh/docs/hydra/guides/cookies
f
So i need to configure the cookies domain with the domain where is deploy my site ? and if my site is deploy behind a proxy ?
p
browser won’t care about proxy, only about the URL
f
ok thanks
i cannot set cookies domain/name wild i use ory on saas mode
p
You can use ORY CLI
tunnel
or
proxy
features and/or the custom domain name assignments to sync your application and ory server URLs.
143 Views