Skip to content

Commit 2f07fb5

Browse files
committed
docs: Update offboarding instructions for clarity and completeness
- Added prompts for uninstalling the GitHub App and deleting the repository. - Clarified steps for revoking access in Google Workspace and Microsoft Entra ID. - Updated links to reflect the correct settings pages for better user guidance.
1 parent fedafa6 commit 2f07fb5

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

app/support/lifecycle/page.mdx

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ If you see a red cross beside your org and the **Grant** button is not visible,
5555

5656
This removes the offboarding data for this GitHub org. Automated offboarding will stop working.
5757

58+
You will be prompted to uninstall the GitHub App and delete the repository. If you skipped that step, follow steps 2 or 3 below.
59+
5860
### Uninstall the Hellō Lifecycle GitHub App
5961

6062
The Hellō Lifecycle GitHub App requires manual removal from your org.
6163

62-
1. Go to your org's GitHub App settings:
64+
1. Go to your org's GitHub App installations page:
6365
```
6466
https://github.com/organizations/<YOUR_ORG_NAME>/settings/installations
6567
```
@@ -70,7 +72,10 @@ The Hellō Lifecycle GitHub App requires manual removal from your org.
7072

7173
During setup, Hellō Lifecycle created a repository named `Hello-Lifecycle` in your GitHub org. You can delete it if you no longer need the account linking history.
7274

73-
1. Go to `https://github.com/<YOUR_ORG_NAME>/Hello-Lifecycle/settings`.
75+
1. Go to your repository settings:
76+
```
77+
https://github.com/<YOUR_ORG_NAME>/Hello-Lifecycle/settings
78+
```
7479
2. Scroll to the bottom and click **Delete this repository**.
7580

7681
</Steps>
@@ -87,20 +92,22 @@ During setup, Hellō Lifecycle created a repository named `Hello-Lifecycle` in y
8792

8893
This removes all Hellō Lifecycle data for this organization. Automated offboarding will stop for all connected applications.
8994

95+
You will be prompted to remove access at Google or Microsoft. If you skipped that step, follow step 2 below.
96+
9097
### Revoke Hellō Lifecycle's access to your directory
9198

9299
Hellō Lifecycle's directory access requires manual revocation.
93100

101+
**If you use Google Workspace:**
102+
103+
1. Go to [Domain-wide Delegation](https://admin.google.com/ac/owl/domainwidedelegation) in the Google Admin Console.
104+
2. Find the **Hellō Lifecycle** entry.
105+
3. Click **Delete** to remove the delegation and revoke all access.
106+
94107
**If you use Microsoft Entra ID:**
95108

96109
1. Go to [Enterprise Applications](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/StartboardApplicationsMenuBlade/~/AppAppsPreview) in the Entra ID admin center.
97110
2. Find **Hellō Lifecycle** and click on it.
98111
3. Click **Delete** to remove the service principal and revoke all access.
99112

100-
**If you use Google Workspace:**
101-
102-
1. Go to [Third-party app access](https://admin.google.com/ac/owl) in the Google Admin Console.
103-
2. Find **Hellō Lifecycle** and click on it.
104-
3. Click **Remove access** to revoke access for your entire domain.
105-
106113
</Steps>

0 commit comments

Comments
 (0)