Skip to content

Commit cc017dd

Browse files
Feedback - self-serve-portal-for-users.mdx
1 parent 5a5037c commit cc017dd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/content/docs/build/set-up-options/self-serve-portal-for-users.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ A self-serve portal means your customers can make basic account changes without
1515
## Configure the user self-serve portal
1616

1717
1. Go to **Settings > Environment > Self-serve portal**.
18-
2. Enter the **Return URL** that you want users to land on when they exit the portal, e.g. your app dashboard.
19-
4. In the **User profile** section, select the functions you want the user to be able to manage. If you select **Billing**, they can manage their plan as well as payment methods.
20-
5. Select **Save**.
18+
2. Enter the **Return URL** that you want users to land on when they exit the portal, e.g. your app dashboard. This can also be used as a fallback URL if you decide to use the SDK method of dynamically generting the URL (see below).
19+
3. In the **User profile** section, select the functions you want the user to be able to manage. If you select **Billing**, they can manage their plan as well as payment methods.
20+
4. Select **Save**.
2121

2222
## Generate the self-serve portal link
2323

@@ -26,9 +26,7 @@ Access to the portal is granted via a one-time link. There are two main ways to
2626
- **Using the user's access token** (recommended)
2727
- **Using the Kinde Management API**
2828

29-
### Include the self-serve portal link in the user's access token
30-
31-
This method is ideal when you want to generate the portal link on the fly—for example, when a user clicks an "Account" button in your app.
29+
Both methods are able to generate the portal link on the fly. For example, when a user clicks an "Account" button in your app.
3230

3331
### Generate a self-serve portal link with a Kinde SDK
3432

0 commit comments

Comments
 (0)