From 6ea44309037d9820193e6ca352aba43c30b9e8ca Mon Sep 17 00:00:00 2001 From: ClaireM <127452294+clairekinde11@users.noreply.github.com> Date: Mon, 12 May 2025 16:55:07 +1000 Subject: [PATCH 1/7] Create employment-hero.mdx New topic for employment hero connected app. --- .../connected-apps/employment-hero.mdx | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/content/docs/integrate/connected-apps/employment-hero.mdx diff --git a/src/content/docs/integrate/connected-apps/employment-hero.mdx b/src/content/docs/integrate/connected-apps/employment-hero.mdx new file mode 100644 index 000000000..c6c1bca86 --- /dev/null +++ b/src/content/docs/integrate/connected-apps/employment-hero.mdx @@ -0,0 +1,38 @@ +--- +page_id: 616b961a-b5d1-48cd-8205-6961257dea1c +title: Employment Hero connected app +sidebar: + order: 8 +relatedArticles: + - 4cf32822-c02b-41d1-9396-f292bdbe5577 + - 9b1dceb6-059d-4885-b2d3-013a0d10dba7 +--- + +You can now set up a connection between Kinde and Employment Hero. + +## Before you begin + +- Set up a [machine to machine application](/developer-tools/kinde-api/connect-to-kinde-api/) +- Ensure you have at least one [end-user created](/manage-users/add-and-edit/add-and-edit-users/) +- Complete [Step 1: Add a connected app to Kinde](/integrate/connected-apps/add-connected-apps/#step-1-add-the-connected-app-in-kinde) + +You also need an [Employment Hero](https://secure.employmenthero.com/) account for creating apps. Here's [their docs](https://developer.employmenthero.com/api-references/#obtain-credentials) to get you started + +## Register a Employment Hero app + +This is Step 2 of [Add a connected app to Kinde](/integrate/connected-apps/add-connected-apps/#step-1-add-the-connected-app-in-kinde). + +1. Sign in to your [Employment Hero](https://secure.employmenthero.com/) account. +2. Go to the Developer Portal (under your account profile). +3. Select **Add application**. +4. Enter a name for the app. +5. Enter the **Redirect URI**. This is the **Allowed Callback** URL you have entered in your Kinde app, where uers are redirected to after auth. +6. Select the scopes you want to include in the connection. +7. Select **Create**. A Client ID and Client Secret is generated for the app. +8. Copy and paste these in a text file or somewhere you can easily access them again. You’ll use this for the connected app in Kinde. + +## Finish configuring the connection in Kinde + +You’ll need the **Client ID** and **Secret** that you copied above. You’ll also need the Kinde app callback URL. + +See [Step 3: Configure the connected app in Kinde](/integrate/connected-apps/add-connected-apps/#step-3-configure-the-connected-app-in-kinde). From 56d923494a5e57af5efb5d97d0c1358ee829987d Mon Sep 17 00:00:00 2001 From: ClaireM <127452294+clairekinde11@users.noreply.github.com> Date: Mon, 12 May 2025 16:56:27 +1000 Subject: [PATCH 2/7] Update add-connected-apps.mdx Add employment hero connected app ref --- src/content/docs/integrate/connected-apps/add-connected-apps.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/integrate/connected-apps/add-connected-apps.mdx b/src/content/docs/integrate/connected-apps/add-connected-apps.mdx index b7e9e7459..7b68ac769 100644 --- a/src/content/docs/integrate/connected-apps/add-connected-apps.mdx +++ b/src/content/docs/integrate/connected-apps/add-connected-apps.mdx @@ -37,6 +37,7 @@ To get the connection up and running, you’ll need to do some steps in Kinde an - [Patreon](/integrate/connected-apps/patreon-connected-app/) - [Discord](/integrate/connected-apps/discord-connected-app/) - [Microsoft 365](/integrate/connected-apps/microsoft-365-connected-app/) +- [Employment Hero](/integrate/connected-apps/employment-hero/) ## **Step 3: Configure the connected app in Kinde** From d4a0d3ebb4e229518fa3b08f030859e39795da7a Mon Sep 17 00:00:00 2001 From: ClaireM <127452294+clairekinde11@users.noreply.github.com> Date: Mon, 12 May 2025 17:14:04 +1000 Subject: [PATCH 3/7] Update src/content/docs/integrate/connected-apps/employment-hero.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/content/docs/integrate/connected-apps/employment-hero.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/integrate/connected-apps/employment-hero.mdx b/src/content/docs/integrate/connected-apps/employment-hero.mdx index c6c1bca86..8423cd4e0 100644 --- a/src/content/docs/integrate/connected-apps/employment-hero.mdx +++ b/src/content/docs/integrate/connected-apps/employment-hero.mdx @@ -18,9 +18,9 @@ You can now set up a connection between Kinde and Employment Hero. You also need an [Employment Hero](https://secure.employmenthero.com/) account for creating apps. Here's [their docs](https://developer.employmenthero.com/api-references/#obtain-credentials) to get you started -## Register a Employment Hero app +## Register an Employment Hero app -This is Step 2 of [Add a connected app to Kinde](/integrate/connected-apps/add-connected-apps/#step-1-add-the-connected-app-in-kinde). +This is Step 2 of [Add a connected app to Kinde](/integrate/connected-apps/add-connected-apps/#step-2-set-up-the-app-you-want-to-connect). 1. Sign in to your [Employment Hero](https://secure.employmenthero.com/) account. 2. Go to the Developer Portal (under your account profile). From e28974ef075b5d32b1d33e7e5968f676b86250ee Mon Sep 17 00:00:00 2001 From: ClaireM <127452294+clairekinde11@users.noreply.github.com> Date: Mon, 12 May 2025 17:14:47 +1000 Subject: [PATCH 4/7] Update src/content/docs/integrate/connected-apps/employment-hero.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../docs/integrate/connected-apps/employment-hero.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/content/docs/integrate/connected-apps/employment-hero.mdx b/src/content/docs/integrate/connected-apps/employment-hero.mdx index 8423cd4e0..f80f7a858 100644 --- a/src/content/docs/integrate/connected-apps/employment-hero.mdx +++ b/src/content/docs/integrate/connected-apps/employment-hero.mdx @@ -24,13 +24,12 @@ This is Step 2 of [Add a connected app to Kinde](/integrate/connected-apps/add-c 1. Sign in to your [Employment Hero](https://secure.employmenthero.com/) account. 2. Go to the Developer Portal (under your account profile). -3. Select **Add application**. +3. Select **Add application**. 4. Enter a name for the app. -5. Enter the **Redirect URI**. This is the **Allowed Callback** URL you have entered in your Kinde app, where uers are redirected to after auth. -6. Select the scopes you want to include in the connection. +5. Enter the **Redirect URI**. This is the **Allowed Callback** URL you have entered in your Kinde app, where users are redirected to after auth. +6. Select the scopes you want to include in the connection. 7. Select **Create**. A Client ID and Client Secret is generated for the app. -8. Copy and paste these in a text file or somewhere you can easily access them again. You’ll use this for the connected app in Kinde. - +8. Copy and paste these in a text file or somewhere you can easily access them again. You’ll use this for the connected app in Kinde. ## Finish configuring the connection in Kinde You’ll need the **Client ID** and **Secret** that you copied above. You’ll also need the Kinde app callback URL. From 9e9368683f51a310b2c9f3d904dfe23415dd40a9 Mon Sep 17 00:00:00 2001 From: ClaireM <127452294+clairekinde11@users.noreply.github.com> Date: Mon, 12 May 2025 17:15:20 +1000 Subject: [PATCH 5/7] Update employment-hero.mdx --- src/content/docs/integrate/connected-apps/employment-hero.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/integrate/connected-apps/employment-hero.mdx b/src/content/docs/integrate/connected-apps/employment-hero.mdx index f80f7a858..161f6a671 100644 --- a/src/content/docs/integrate/connected-apps/employment-hero.mdx +++ b/src/content/docs/integrate/connected-apps/employment-hero.mdx @@ -32,6 +32,6 @@ This is Step 2 of [Add a connected app to Kinde](/integrate/connected-apps/add-c 8. Copy and paste these in a text file or somewhere you can easily access them again. You’ll use this for the connected app in Kinde. ## Finish configuring the connection in Kinde -You’ll need the **Client ID** and **Secret** that you copied above. You’ll also need the Kinde app callback URL. +You’ll need the **Client ID** and **Secret** that you copied above. See [Step 3: Configure the connected app in Kinde](/integrate/connected-apps/add-connected-apps/#step-3-configure-the-connected-app-in-kinde). From d2ffebfa0f184363df5c22e26c74329fda5cccee Mon Sep 17 00:00:00 2001 From: ClaireM <127452294+clairekinde11@users.noreply.github.com> Date: Mon, 12 May 2025 17:23:05 +1000 Subject: [PATCH 6/7] Update employment-hero.mdx --- src/content/docs/integrate/connected-apps/employment-hero.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/integrate/connected-apps/employment-hero.mdx b/src/content/docs/integrate/connected-apps/employment-hero.mdx index 161f6a671..8e86f2388 100644 --- a/src/content/docs/integrate/connected-apps/employment-hero.mdx +++ b/src/content/docs/integrate/connected-apps/employment-hero.mdx @@ -28,7 +28,7 @@ This is Step 2 of [Add a connected app to Kinde](/integrate/connected-apps/add-c 4. Enter a name for the app. 5. Enter the **Redirect URI**. This is the **Allowed Callback** URL you have entered in your Kinde app, where users are redirected to after auth. 6. Select the scopes you want to include in the connection. -7. Select **Create**. A Client ID and Client Secret is generated for the app. +7. Select **Create**. A Client ID and Client Secret is generated for the app. You can view this by selecting **Action > View**. 8. Copy and paste these in a text file or somewhere you can easily access them again. You’ll use this for the connected app in Kinde. ## Finish configuring the connection in Kinde From 0c91ca80354390fbb368e885ad92a271fa6c4aa2 Mon Sep 17 00:00:00 2001 From: ClaireM <127452294+clairekinde11@users.noreply.github.com> Date: Mon, 12 May 2025 17:25:21 +1000 Subject: [PATCH 7/7] Update employment-hero.mdx --- src/content/docs/integrate/connected-apps/employment-hero.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/integrate/connected-apps/employment-hero.mdx b/src/content/docs/integrate/connected-apps/employment-hero.mdx index 8e86f2388..674f48405 100644 --- a/src/content/docs/integrate/connected-apps/employment-hero.mdx +++ b/src/content/docs/integrate/connected-apps/employment-hero.mdx @@ -26,7 +26,7 @@ This is Step 2 of [Add a connected app to Kinde](/integrate/connected-apps/add-c 2. Go to the Developer Portal (under your account profile). 3. Select **Add application**. 4. Enter a name for the app. -5. Enter the **Redirect URI**. This is the **Allowed Callback** URL you have entered in your Kinde app, where users are redirected to after auth. +5. Enter the **Redirect URI**. This is the **Allowed Callback** URL where users are redirected to after auth. 6. Select the scopes you want to include in the connection. 7. Select **Create**. A Client ID and Client Secret is generated for the app. You can view this by selecting **Action > View**. 8. Copy and paste these in a text file or somewhere you can easily access them again. You’ll use this for the connected app in Kinde.