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: content/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-github-app-for-your-copilot-extension.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,9 @@ Once you have configured your server and created your {% data variables.product.
28
28
{% data reusables.apps.settings-step %}
29
29
{% data reusables.apps.enterprise-apps-steps %}
30
30
1. To the right of the {% data variables.product.prodname_github_app %} you want to configure for your {% data variables.product.prodname_copilot_extension_short %}, click **Edit**.
31
-
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your server's hostname, then click **Save changes**.
31
+
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your callback endpoint URL, then click **Save changes**.
32
32
33
-
> [!NOTE] This step is only required if you intend to request user authorization (OAuth) during installation.
34
-
>
35
-
> Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. For more information, see "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
33
+
> [!NOTE] Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. See "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
36
34
>
37
35
> If you are using an ephemeral domain in ngrok, you will need to update this URL every time you restart your ngrok server.
38
36
@@ -62,11 +60,9 @@ Once you have configured your server and created your {% data variables.product.
62
60
{% data reusables.apps.settings-step %}
63
61
{% data reusables.apps.enterprise-apps-steps %}
64
62
1. To the right of the {% data variables.product.prodname_github_app %} you want to configure for your {% data variables.product.prodname_copilot_extension_short %}, click **Edit**.
65
-
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your server's hostname, then click **Save changes**.
63
+
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your callback endpoint URL, then click **Save changes**.
66
64
67
-
> [!NOTE] This step is only required if you intend to request user authorization (OAuth) during installation.
68
-
>
69
-
> Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. For more information, see "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
65
+
> [!NOTE] Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. See "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
70
66
>
71
67
> If you are using an ephemeral domain in ngrok, you will need to update this URL every time you restart your ngrok server.
0 commit comments