Skip to content

Multiple self service user interfaces #3395

Answered by Benehiko
openscript asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @openscript

The native flows just call the api endpoints while the web app uses the browser endpoints. Browser apps usually redirect the user between flows (except for SPAs), while native apps only use ajax JSON requests.

https://www.ory.sh/docs/identities/native-browser

Both will work out of the box on the same instance of Kratos. The only thing that is not supported in Kratos directly, is having multiple flow UIs set for browser applications.
e.g. login on https://app1.com/login and https://app2.com/login2.

For that you need to spin up multiple Kratos instances and manage different configuration files. Ory Network, however, supports multiple custom domains on a single project. See th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@openscript
Comment options

Answer selected by openscript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants