8000 Clarify OpenShift instructions by andymunro · Pull Request #40488 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Clarify OpenShift instructions #40488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@
. A {project_name} server configured in order to use the truststore. For more information, see the https://www.keycloak.org/server/keycloak-truststore[Configuring a Truststore] {section}.

.Procedure
. Click *Identity Providers* in the menu.
. Locate the Openshift 4 instance's API URL by using this command:
+
[source,bash,subs=+attributes]
----
oc cluster-info
----
. Look for the URL in a line that has this format:
+
[source,bash,subs=+attributes]
----
Kubernetes master is running at https://api.<your-openshift-domain>:6443
----
. In the Admin Console, click *Identity Providers* in the menu.
. From the *Add provider* list, select *Openshift v4*.
. Enter the *Client ID* and *Client Secret* and in the *Base URL* field, enter the API URL of your OpenShift 4 instance. Additionally, you can copy the *Redirect URI* to your clipboard.
+
Expand Down
0