diff --git a/blog/250110-secure-linking.md b/blog/250110-secure-linking.md index 84daaae6a..00c7d6077 100644 --- a/blog/250110-secure-linking.md +++ b/blog/250110-secure-linking.md @@ -35,11 +35,7 @@ To set up one-time Link URLs: 1. **Enable the One-time Link URLs setting** in the [Codat Portal](https://app.codat.io) under **[Settings > Auth flow > Link > Onboarding](https://app.codat.io/settings/link-settings/onboarding)**. 2. **Complete the additional steps for your Link flow**, as described below. -#### If using Hosted Link - -As a prerequisite to enabling one-time Link URLs, you also need to enable the [new Hosted Link interface](/updates/250110-new-hosted-link-ui). - -#### If using Hosted or build-your-own Link +#### If using Hosted Link or your own custom-built Link UI If you are currently adding query parameters to Link URLs (for example, by appending `?link.showSandboxIntegrations=false`), confirm that your code can handle URLs that already contain query strings. diff --git a/blog/260812-link-manage-connections-reconnect.md b/blog/260812-link-manage-connections-reconnect.md index 7bd0bcf41..eeb79ab39 100644 --- a/blog/260812-link-manage-connections-reconnect.md +++ b/blog/260812-link-manage-connections-reconnect.md @@ -123,6 +123,7 @@ The manage connections experience is available in the Link SDK. To set it up: 1. **Enable the Manage connections setting** in the [Codat Portal](https://app.codat.io) under [Settings > Auth flow > Link](https://app.codat.io/settings/link-settings/onboarding) to let authenticated users view and manage their existing connections. You can also customize the title and subtitle shown on the manage connections screen. ![The Manage connections setting in the Codat Portal's Link settings, with a toggle and customizable title and subtitle](/img/updates/manageconnection.png "Manage connections setting in the Codat Portal") + 2. **Register your domain** using the [Set CORS settings](/platform-api#/operations/set-cors-settings) endpoint so the component can make authenticated requests from your site. 3. **Get a company access token.** Authenticated features require an access token, retrieved server-side from the [Get company access token](/platform-api#/operations/get-company-access-token) endpoint (`GET /companies/{companyId}/accessToken`). Tokens are valid for 24 hours and scoped to a single company. 4. **Pass the token to the Link SDK** via the `accessToken` prop when initializing the component.