Is Ory cloud only useful to companies that run all...
# ory-network
c
Is Ory cloud only useful to companies that run all their separate apps on subdomains of the same root domain?
l
no, you can set up an oauth flow to work with an app on another domain. All the oauth clients have to be registered in hydra, then identities are granted access in keto. on login the flow retrieves the access grant from keto and your client app responds accordingly.
c
How does Kratos factor into the flow?
Where would people sign up/login?
l
kratos is the identity store. all the individual user records. keto is where you give them permissions. hydra handles the handshakes for clients.
c
Do you have any insight into why I'm being told that this is preventing us from implementing Ory? https://github.com/ory/kratos/issues/662
l