File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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>__
172180integrations:
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
You can’t perform that action at this time.
0 commit comments