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 b7e9e745..7b68ac76 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** 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 00000000..674f4840 --- /dev/null +++ b/src/content/docs/integrate/connected-apps/employment-hero.mdx @@ -0,0 +1,37 @@ +--- +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 an Employment Hero app + +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). +3. Select **Add application**. +4. Enter a name for the app. +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. +## Finish configuring the connection in Kinde + +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).