You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shell/assets/translations/en-us.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -506,27 +506,27 @@ authConfig:
506
506
warning: The GitHub App authentication provider only works with <a href="https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts" target="_blank" rel="noopener noreferrer nofollow">GitHub Organization accounts</a>. It does not support User accounts.
507
507
form:
508
508
prefix:
509
-
1: <li><a href="{baseUrl}/settings/organizations" target="_blank" rel="noopener noreferrer nofollow">Click here</a> to go to GitHub organization settings in a new window.</li>
510
-
2: <li>To the right of the organization, click Settings.</li>
511
-
3: <li>In the left sidebar, click Developer settings.</li>
512
-
4: <li>In the left sidebar, click GitHub Apps.</li>
513
-
5: <li>Click New Github App.</li>
509
+
1: <li>Open your <a href="{baseUrl}/settings/organizations" target="_blank" rel="noopener noreferrer nofollow">GitHub organization settings</a> in a new window</li>
510
+
2: <li>To the right of the organization, click "Settings"</li>
511
+
3: <li>In the left sidebar, click "Developer settings" -> "GitHub Apps"</li>
512
+
4: <li>Click "New Github App"</li>
514
513
instruction: 'Fill in the form with these values:'
515
514
app:
516
515
label: GitHub App name
517
516
value: 'Anything you like, e.g. My {vendor}'
518
517
callback:
519
518
label: Callback URL
519
+
value: '{serverUrl}/verify-auth'
520
520
description:
521
521
label: Application description
522
522
value: 'Optional, can be left blank'
523
523
homepage:
524
524
label: Homepage URL
525
+
create: Click "Create Github App"
525
526
suffix:
526
-
1: <li>Click "Create Github App"</li>
527
-
2: <li>Click "Generate a new client secret"</li>
528
-
3: <li>Click "Generate a private key"</li>
529
-
4: <li>Copy and paste the App ID, Client ID, Client Secret, and Private Key of your newly created OAuth app into the fields below</li>
527
+
1: <li>Under Client Secrets, click "Generate a new client secret"</li>
528
+
2: <li>Under Private Keys, click "Generate a private key"</li>
529
+
3: <li>Copy and paste the "App ID", "Client ID", "Client Secret", and "Private Key" of your newly created OAuth app into the fields below</li>
0 commit comments