Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use correct domains in sample table #1768

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ influenced the base paths used for serving UI:
Using their [Growth plan](https://www.ory.sh/pricing/) Ory Network project, ACME creates this setup using the **User Interface**
view in the Ory Console:

| Site | Domain | Base URL |
| ------------ | ----------------------------- | -------------------------- |
| mufflers.com | acme-auto-mufflers.store.prod | `mufflers.com/auth` |
| carseats.com | acme-carseats.store.prod | `carseats.com` |
| wipers.com | acme-wipers.store.prod | `wipers.com/self-service/` |
| Website | Custom Domain | Cookie Domain | [https://console.staging.ory.dev/projects/current/ui](Custom UI Base URL) |
| ------------ | ---------------- | ------------- | ------------------------------------------------------------------------- |
| mufflers.com | ory.mufflers.com | mufflers.com | mufflers.com/auth |
| carseats.com | ory.carseats.com | carseats.com | carseats.com |
| wipers.com | ory.wipers.com | wipers.com | wipers.com/self-service/ |

This way, ACME users who create an account in one of these stores can use it to shop in the other stores as well. The UI ACME
serves changes depending on the store the user visits which allows for consistency with the established visual identity of each of
Expand Down
Loading