bland-finland-95044
10/28/2024, 8:17 PMbrief-egg-61061
10/28/2024, 8:17 PMbrief-egg-61061
10/28/2024, 8:17 PM/ui/welcome
page in the Ory Account Experience: 1. By default, the Account Experience comes with a welcome screen that shows information about the current user's session. This screen is accessible at /ui/welcome
. However, it's important to note that this screen is primarily meant for debugging purposes and can be disabled in the Ory Console [Ory Account Experience](https://www.ory.sh/docs/account-experience). 2. When using a custom domain with Ory, once the domain is active, the Ory Account Experience becomes reachable at https://<your-custom-domain>/ui/welcome
[Custom Domains](https://www.ory.sh/docs/guides/custom-domains#waiting-for-propagation). 3. The welcome screen can be used as a default redirect URL after certain flows. For example, when using the ory proxy
command, you can set a default redirect URL to `/welcome`: $ ory proxy --project <project-id-or-slug> \ --default-redirect-url /welcome \ <http://127.0.0.1:3000> \ <https://ory.example.org>
This ensures that all redirects (e.g., after login) go to /welcome
instead of /
, unless you've specified custom redirects in your Ory configuration or via the flow's ?return_to=
query parameter [ory proxy](https://www.ory.sh/docs/cli/ory-proxy#redirects). It's worth noting that while the welcome screen exists, it's not typically a primary destination for end-users. In fact, you can toggle the "Enable the Account Experience welcome page" setting to hide this default "welcome" screen that isn't intended for end-users [Configure Ory to use your UI](https://www.ory.sh/docs/kratos/bring-your-own-ui/configure-ory-to-use-your-ui).bland-finland-95044
10/28/2024, 8:18 PMbrief-egg-61061
10/28/2024, 8:18 PMbrief-egg-61061
10/28/2024, 8:18 PMbland-finland-95044
10/28/2024, 8:20 PMbrief-egg-61061
10/28/2024, 8:20 PMbrief-egg-61061
10/28/2024, 8:20 PM<https://your-slug.projects.oryapis.com/ui>
[Ory Account Experience Overview](https://www.ory.sh/docs/account-experience). 2. You can customize the UI URLs for different flows, including recovery, in the Ory Console under Branding → UI URLs [Configure Ory to use your UI](https://www.ory.sh/docs/kratos/bring-your-own-ui/configure-ory-to-use-your-ui). 3. If you're using a custom UI, you might need to handle this scenario in your own implementation. You could consider redirecting already logged-in users to an appropriate page or showing a message that recovery is not needed for logged-in users. 4. If you're using the Ory Account Experience, you might want to reach out to Ory support for specific guidance on handling this scenario, as the provided documentation doesn't cover this particular use case. Remember, when implementing custom flows or handling edge cases like this, it's important to consider security implications and ensure that your solution aligns with best practices for identity management.