Skip to content

Commit 9c0e077

Browse files
committed
GitHub-43205: Fixing example callback URL
1 parent 60f12fa commit 9c0e077

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

modules/config-github-idp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ https://oauth-openshift.apps.<cluster_name>.<cluster_domain>/oauth2callback/<idp
4545
For example:
4646
+
4747
----
48-
https://oauth-openshift.apps.example-openshift-cluster.com/oauth2callback/github/
48+
https://oauth-openshift.apps.openshift-cluster.example.com/oauth2callback/github
4949
----
5050

5151
. link:https://docs.github.com/en/developers/apps/creating-an-oauth-app[Register an application on GitHub].

modules/config-gitlab-idp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://oauth-openshift.apps.<cluster_name>.<cluster_domain>/oauth2callback/<idp
3838
For example:
3939
+
4040
----
41-
https://oauth-openshift.apps.example-openshift-cluster.com/oauth2callback/gitlab/
41+
https://oauth-openshift.apps.openshift-cluster.example.com/oauth2callback/gitlab
4242
----
4343

4444
. link:https://docs.gitlab.com/ee/integration/oauth_provider.html[Add a new application in GitLab].

modules/config-google-idp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ https://oauth-openshift.apps.<cluster_name>.<cluster_domain>/oauth2callback/<idp
4141
For example:
4242
+
4343
----
44-
https://oauth-openshift.apps.example-openshift-cluster.com/oauth2callback/github/
44+
https://oauth-openshift.apps.openshift-cluster.example.com/oauth2callback/github
4545
----
4646

4747
. Configure a Google identity provider using link:https://developers.google.com/identity/protocols/OpenIDConnect[Google's OpenID Connect integration].

modules/config-idp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You must register the OAuth app under your GitHub organization. If you register
5252
The following is an example of a homepage URL for a GitHub identity provider:
5353
+
5454
----
55-
https://oauth-openshift.apps.example-openshift-cluster.com
55+
https://oauth-openshift.apps.openshift-cluster.example.com
5656
----
5757
5858
* For the authorization callback URL in your GitHub OAuth app configuration, specify the full *OAuth callback URL* that is automatically generated in the *Add a GitHub identity provider* page on {cluster-manager}. The full URL has the following syntax:

modules/config-openid-idp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ https://oauth-openshift.apps.<cluster_name>.<cluster_domain>/oauth2callback/<idp
7878
For example:
7979
+
8080
----
81-
https://oauth-openshift.apps.example-openshift-cluster.com/oauth2callback/openid/
81+
https://oauth-openshift.apps.openshift-cluster.example.com/oauth2callback/openid
8282
----
8383

8484
. link:https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest[Create an authorization request using an Authorization Code Flow].

modules/identity-provider-registering-github.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://oauth-openshift.apps.<cluster-name>.<cluster-domain>/oauth2callback/<idp
3232
For example:
3333
+
3434
----
35-
https://oauth-openshift.apps.example-openshift-cluster.com/oauth2callback/github/
35+
https://oauth-openshift.apps.openshift-cluster.example.com/oauth2callback/github
3636
----
3737
. Click *Register application*. GitHub provides a client ID and a client secret.
3838
You need these values to complete the identity provider configuration.

0 commit comments

Comments
 (0)