Skip to content

(waiting for feature) Feat/connected app employment hero #416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
37 changes: 37 additions & 0 deletions src/content/docs/integrate/connected-apps/employment-hero.mdx
Original file line number Diff line number Diff line change
@@ -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).