Skip to content

Commit 11947c9

Browse files
authored
Update modules/authentication/proc-enabling-authentication-with-github.adoc
1 parent 5909562 commit 11947c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/authentication/proc-enabling-authentication-with-github.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ To enable GitHub integration with another authentication provider you have alrea
169169
.`app-config-rhdh.yaml` fragment with mandatory fields to enable integration with GitHub and use a different authentication provider
170170
[source,yaml]
171171
----
172+
auth:
173+
environment: production
174+
providers:
175+
github:
176+
production:
177+
clientId: ${AUTH_GITHUB_CLIENT_ID}
178+
clientSecret: ${AUTH_GITHUB_CLIENT_SECRET}
179+
__<your_other_authentication_providers_configuration>__
172180
integrations:
173181
github:
174182
- host: ${GITHUB_HOST_DOMAIN}
@@ -180,6 +188,7 @@ integrations:
180188
webhookSecret: ${GITHUB_WEBHOOK_SECRET}
181189
privateKey: |
182190
${GITHUB_PRIVATE_KEY_FILE}
191+
signInPage: __<your_main_authentication_provider>__
183192
----
184193
====
185194

0 commit comments

Comments
 (0)