network
network copied to clipboard
Disable Account Experience UI pages when Custom UI is set up
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [X] I have joined the Ory Community Slack.
- [X] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
https://account-flows-test.bonfirehub.com
Describe your problem
If you have a custom UI and custom domain set up and have the "Enable the Account Experience welcome page" option disabled, the default Account Experience UI pages are still accessible if the user navigates to them directly with a valid flow id.
For example, go to https://account-test.bonfirehub.com/login. Copy the flow id from the url. Then visit https://account-flows-test.bonfirehub.com/ui/login?flow={FLOW_ID_YOU_COPIED}
The default Account Experience login page is still accessible by the user.
Describe your ideal solution
These Account Experience pages should not be accessible by the user
Workarounds or alternatives
🤷
Version
Ory Network
Additional Context
No response
So you basically want to disable the full managed account experience, not just the welcome page, correct?
Correct. Or maybe a toggle for each page so you fallback to the Account Experience for pages you haven't customized yet.