File tree 2 files changed +4
-2
lines changed
docs/identities/get-started
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ to the registration page, it redirects to the login page.
53
53
</FrameworkCodeTabs>
54
54
```
55
55
56
- You can alternatively set ` return_to ` to a custom URL. This URL will be used as the return URL for the login flow:
56
+ You can alternatively set ` return_to ` to a custom URL. This custom URL must be allow-listed in your project's configuration;
57
+ otherwise, the request will fail. If allow-listed, this URL will be used as the return URL for the sign in flow:
57
58
58
59
``` bash
59
60
https://$ORY_SDK_URL /self-service/login/browser? return_to=https://example.com/dashboard
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ the Ory registration page.
61
61
</FrameworkCodeTabs>
62
62
```
63
63
64
- You can alternatively set ` return_to ` to a custom URL. This URL will be used as the return URL for the sign up flow:
64
+ You can alternatively set ` return_to ` to a custom URL. This custom URL must be allow-listed in your project's configuration;
65
+ otherwise, the request will fail. If allow-listed, this URL will be used as the return URL for the sign up flow:
65
66
66
67
``` bash
67
68
https://$ORY_SDK_URL /self-service/registration/browser? return_to=https://example.com/dashboard
You can’t perform that action at this time.
0 commit comments