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
* xref:../rosa_getting_started/rosa-sts-getting-started-workflow.adoc#rosa-sts-understanding-the-deployment-workflow[Understanding the ROSA with STS deployment workflow]
To log in to your cluster, set up an identity provider (IDP). This tutorial uses GitHub as an example IDP. See the full list of xref:../../rosa_install_access_delete_clusters/rosa-sts-config-identity-providers.adoc#understanding-idp-supported_rosa-sts-config-identity-providers[IDPs supported by ROSA].
11
+
To log in to your cluster, set up an identity provider (IDP). This tutorial uses GitHub as an example IDP. See the full list of xref:../../rosa_install_access_delete_clusters/rosa-sts-config-identity-providers.adoc#understanding-idp_rosa-sts-config-identity-providers[IDPs supported by ROSA].
An administrator can configure authentication by configuring an identity provider. You can define any xref:../authentication/sd-configuring-identity-providers.adoc#understanding-idp-supported_sd-configuring-identity-providers[supported identity provider in {product-title}] and add it to your cluster.
29
+
An administrator can configure authentication by configuring an identity provider. You can define any xref:../authentication/sd-configuring-identity-providers.adoc#understanding-idp_sd-configuring-identity-providers[supported identity provider in {product-title}] and add it to your cluster.
Copy file name to clipboardExpand all lines: modules/config-github-idp.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@
5
5
6
6
:_mod-docs-content-type: PROCEDURE
7
7
[id="config-github-idp_{context}"]
8
-
= Configuring a GitHub identity provider
8
+
= Configure a GitHub identity provider
9
9
10
10
[role="_abstract"]
11
-
Configure a GitHub identity provider to validate user names and passwords against GitHub or GitHub Enterprise's OAuth authentication server and access your {product-title} cluster. OAuth facilitates a token exchange flow between {product-title} and GitHub or GitHub Enterprise.
11
+
Configure a GitHub identity provider to validate user names and passwords against the GitHub or GitHub Enterprise OAuth authentication server and access your {product-title} cluster. OAuth facilitates a token exchange flow between {product-title} and GitHub or GitHub Enterprise.
12
12
13
13
[WARNING]
14
14
====
@@ -17,7 +17,7 @@ Configuring GitHub authentication allows users to log in to {product-title} with
17
17
18
18
.Prerequisites
19
19
20
-
* The OAuth application must be created directly within the GitHub link:https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings[organization settings] by the GitHub organization administrator.
20
+
* The OAuth application is created directly within the GitHub link:https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings[organization settings] by the GitHub organization administrator.
21
21
* link:https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams[GitHub organizations or teams] are set up in your GitHub account.
22
22
23
23
.Procedure
@@ -30,13 +30,13 @@ Configuring GitHub authentication allows users to log in to {product-title} with
30
30
+
31
31
[NOTE]
32
32
====
33
-
You can also click the *Add Oauth configuration* link in the warning message displayed after cluster creation to configure your identity providers.
33
+
You can also click the *Add OAuth configuration* link in the warning message displayed after cluster creation to configure your identity providers.
34
34
====
35
35
36
36
. Select *GitHub* from the drop-down menu.
37
37
38
38
. Enter a unique name for the identity provider. This name cannot be changed later.
39
-
** An *OAuth callback URL* is automatically generated in the provided field. You will use this to register the GitHub application.
39
+
** An *OAuth callback URL* is automatically generated in the provided field. Use this URL to register the GitHub application.
Copy file name to clipboardExpand all lines: modules/config-gitlab-idp.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@
5
5
6
6
:_mod-docs-content-type: PROCEDURE
7
7
[id="config-gitlab-idp_{context}"]
8
-
= Configuring a GitLab identity provider
8
+
= Configure a GitLab identity provider
9
9
10
10
[role="_abstract"]
11
-
Configure a GitLab identity provider to use link:https://gitlab.com/[GitLab.com] or any other GitLab instance as an identity provider.
11
+
Configure a GitLab identity provider to use `gitlab.com` or any other GitLab instance so that users can log in to your cluster with their GitLab credentials.
12
12
13
13
.Prerequisites
14
14
15
-
- If you use GitLab version 7.7.0 to 11.0, you connect using the link:http://doc.gitlab.com/ce/integration/oauth_provider.html[OAuth integration]. If you use GitLab version 11.1 or later, you can use link:https://docs.gitlab.com/ce/integration/openid_connect_provider.html[OpenID Connect] (OIDC) to connect instead of OAuth.
15
+
* If you use GitLab version 7.7.0 to 11.0, you connect using the link:https://docs.gitlab.com/ee/integration/oauth_provider.html[OAuth integration]. If you use GitLab version 11.1 or later, you can use link:https://docs.gitlab.com/ee/integration/openid_connect_provider.html[OpenID Connect] (OIDC) to connect instead of OAuth.
16
16
17
17
.Procedure
18
18
@@ -24,13 +24,13 @@ Configure a GitLab identity provider to use link:https://gitlab.com/[GitLab.com]
24
24
+
25
25
[NOTE]
26
26
====
27
-
You can also click the *Add Oauth configuration* link in the warning message displayed after cluster creation to configure your identity providers.
27
+
You can also click the *Add OAuth configuration* link in the warning message displayed after cluster creation to configure your identity providers.
28
28
====
29
29
30
30
. Select *GitLab* from the drop-down menu.
31
31
32
32
. Enter a unique name for the identity provider. This name cannot be changed later.
33
-
** An *OAuth callback URL* is automatically generated in the provided field. You will provide this URL to GitLab.
33
+
** An *OAuth callback URL* is automatically generated in the provided field. Provide this URL to GitLab.
Copy file name to clipboardExpand all lines: modules/config-google-idp.adoc
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,14 @@
5
5
6
6
:_mod-docs-content-type: PROCEDURE
7
7
[id="config-google-idp_{context}"]
8
-
= Configuring a Google identity provider
8
+
= Configure a Google identity provider
9
9
10
10
[role="_abstract"]
11
11
Configure a Google identity provider to allow users to authenticate with their Google credentials.
12
12
13
13
[WARNING]
14
14
====
15
-
Using Google as an identity provider allows any Google user to authenticate to your server.
16
-
You can limit authentication to members of a specific hosted domain with the
17
-
`hostedDomain` configuration attribute.
15
+
Using Google as an identity provider allows any Google user to authenticate to your server. You can limit authentication to members of a specific hosted domain with the `hostedDomain` configuration attribute.
18
16
====
19
17
20
18
.Procedure
@@ -27,13 +25,13 @@ You can limit authentication to members of a specific hosted domain with the
27
25
+
28
26
[NOTE]
29
27
====
30
-
You can also click the *Add Oauth configuration* link in the warning message displayed after cluster creation to configure your identity providers.
28
+
You can also click the *Add OAuth configuration* link in the warning message displayed after cluster creation to configure your identity providers.
31
29
====
32
30
33
31
. Select *Google* from the drop-down menu.
34
32
35
33
. Enter a unique name for the identity provider. This name cannot be changed later.
36
-
** An *OAuth callback URL* is automatically generated in the provided field. You will provide this URL to Google.
34
+
** An *OAuth callback URL* is automatically generated in the provided field. Provide this URL to Google.
0 commit comments