Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions docs/guides/getting-started/getting-started-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ oc process -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/la
-p NAMESPACE=keycloak \
| oc create -f -
----
+
In this example, the user name and and password are `admin`.

. Once the command above completes, look for a message similar to this:
+
Expand Down
9 changes: 4 additions & 5 deletions docs/guides/getting-started/templates/first-app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
To secure the first application, you start by registering the application with your Keycloak instance:

. Open the {links-admin-console}.
. Click the word *master* in the top-left corner, then click *myrealm*.
. Click *Clients*.
. Click *Create client*
. Fill in the form with the following values:
** *Client type*: `OpenID Connect`
** *Client ID*: `myclient`
. Click *Next*
. Confirm that *Standard flow* is enabled.
. Click *Save*.

. Click *Next*.
+
image::add-client-1.png[Add Client]

After the client is created, make these updates to the client:

. Scroll down to *Access settings*.
. Make these changes under *Login settings*.
* Set *Valid redirect URIs* to `+https://www.keycloak.org/app/*+`
* Set *Web origins* to `+https://www.keycloak.org+`
. Click *Save*.
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/getting-started/templates/realm-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ includes a single realm, called `master`. Use this realm only for managing Keycl
Use these steps to create the first realm.

. Open the {links-admin-console}.
. Click the word *master* in the top-left corner, then click *Create realm*.
. Click the word *master* in the top-left corner, then click *Create Realm*.
. Enter `myrealm` in the *Realm name* field.
. Click *Create*.

Expand All @@ -22,8 +22,9 @@ image::add-realm.png[Add realm]
Initially, the realm has no users. Use these steps to create a user:

. Open the {links-admin-console}.
. Click the word *master* in the top-left corner, then click *myrealm*.
. Click *Users* in the left-hand menu.
. Click *Create new user*.
. Click *Add user*.
. Fill in the form with the following values:
** *Username*: `myuser`
** *First name*: any first name
Expand Down
Binary file modified docs/guides/images/add-client-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.