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: pr-643/admin-rhdh/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1733,7 +1733,7 @@ <h2 id="snip-customer-support-info_admin-rhdh">Red Hat Developer Hub support</h2
1733
1733
<p>To search or browse through the Red Hat Knowledgebase of technical support articles about Red Hat products.</p>
1734
1734
</li>
1735
1735
<li>
1736
-
<p>To create a <ahref="https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true">support case</a> for Red Hat Global Support Services (GSS). For support case creation, select <strong>Red Hat Developer Hub</strong> as the product and select the appropriate product version.</p>
1736
+
<p>To create a <ahref="https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true">support case</a> for Red Hat Global Support Services (GSS). For support case creation, select <strong>Red Hat Developer Hub</strong> as the product and select the appropriate product version. For detailed information about supported platforms, see <ahref="https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.3/html-single/release_notes/index#con-release-notes-overview.adoc">Supported Platforms</a> and the <ahref="https://access.redhat.com/support/policy/updates/developerhub">Red Hat Developer Hub Life Cycle</a>.</p>
1737
1737
</li>
1738
1738
</ul>
1739
1739
</div>
@@ -1766,7 +1766,7 @@ <h2 id="assembly-add-custom-app-file-openshift_admin-rhdh">Chapter 1. Adding a c
Copy file name to clipboardExpand all lines: pr-643/authentication/index.html
+52-3Lines changed: 52 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1604,7 +1604,7 @@ <h1>Enabling authentication in Red Hat Developer Hub</h1>
1604
1604
<li><ahref="#creating-a-custom-transformer-to-provision-users-from-rhsso-to-the-software-catalog">2.3. Creating a custom transformer to provision users from Red Hat Single-Sign On (RHSSO) to the software catalog</a></li>
1605
1605
</ul>
1606
1606
</li>
1607
-
<li><ahref="#assembly-auth-provider-github">Chapter 3. Enabling the GitHub authentication provider</a>
1607
+
<li><ahref="#authenticating-with-github">Chapter 3. Authenticating with GitHub</a>
1608
1608
<ulclass="sectlevel2">
1609
1609
<li><ahref="#enabling-authentication-with-github">3.1. Enabling authentication with GitHub</a></li>
1610
1610
<li><ahref="#provisioning-users-from-github-to-the-software-catalog">3.2. Provisioning users from GitHub to the software catalog</a></li>
<h2id="assembly-auth-provider-github">Chapter 3. Enabling the GitHub authentication provider</h2>
2477
+
<h2id="authenticating-with-github">Chapter 3. Authenticating with GitHub</h2>
2478
2478
<divclass="sectionbody">
2479
2479
<divclass="paragraph">
2480
2480
<p>To authenticate users with GitHub or GitHub Enterprise:</p>
@@ -2797,6 +2797,55 @@ <h3 id="enabling-authentication-with-github">3.1. Enabling authentication with G
2797
2797
</dd>
2798
2798
</dl>
2799
2799
</div>
2800
+
<divclass="admonitionblock tip">
2801
+
<table>
2802
+
<tr>
2803
+
<tdclass="icon">
2804
+
<divclass="title">Tip</div>
2805
+
</td>
2806
+
<tdclass="content">
2807
+
<divclass="paragraph">
2808
+
<p>To enable GitHub integration with a different authentication provider, complete the following configurations:</p>
2809
+
</div>
2810
+
<divclass="ulist">
2811
+
<ul>
2812
+
<li>
2813
+
<p>Add the GitHub provider to the existing <code>auth</code> section.</p>
2814
+
</li>
2815
+
<li>
2816
+
<p>Keep the <code>signInPage</code> section from your authentication provider configuration.</p>
2817
+
</li>
2818
+
</ul>
2819
+
</div>
2820
+
<divclass="listingblock">
2821
+
<divclass="title"><code>app-config-rhdh.yaml</code> fragment with mandatory fields to enable GitHub integration and use a different authentication provider</div>
0 commit comments