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: modules/authentication/proc-enabling-authentication-with-github.adoc
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,14 @@ Opt for a GitHub App instead of an OAuth app to use fine-grained permissions, ga
14
14
.. link:https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app[Register a GitHub App] with the following configuration:
15
15
16
16
GitHub App name::
17
-
Enter a unique name identifying your GitHub App, such as `Authenticating-with-{product-very-short}-__<GUID>__`.
17
+
Enter a unique name identifying your GitHub App, such as `authenticating-with-{product-very-short}-__<GUID>__`.
18
18
19
19
Homepage URL::
20
20
Enter your {product-short} URL: `pass:c,a,q[{my-product-url}]`.
21
21
22
22
Authorization callback URL::
23
23
Enter your {product-short} authentication backend URL: `pass:c,a,q[{my-product-url}/api/auth/github/handler/frame]`.
24
24
25
-
Webhook URL:: Enter your {product-short} URL: `pass:c,a,q[{my-product-url}]`.
Copy file name to clipboardExpand all lines: modules/integrating-with-github/proc-enabling-github-repository-discovery.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ plugins:
93
93
disabled: false
94
94
----
95
95
96
-
. To enable GitHub integration with a different authentication provider, add the `catalog.providers.github` and the `integration.github` sections to your custom {product-short} `{my-app-config-file}` configuration file:
96
+
. Configure the GitHub integration, by adding the `catalog.providers.github` and the `integration.github` sections to your custom {product-short} `{my-app-config-file}` configuration file:
97
97
+
98
98
.`{my-app-config-file}` file fragment with mandatory fields to enable GitHub integration
0 commit comments