Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 92b1c9b

Browse files
authored
Merge pull request #36 from integr8ly/INTLY-8140
SP2: fix typos and improve SSO steps
2 parents b56b476 + 19dcfce commit 92b1c9b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

walkthroughs/2-protecting-apps-sso/walkthrough.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ Red Hat manages this instance, however there are some additional users with admi
7777

7878
Follow these steps to create a client.
7979

80-
. Go to the link:{sso-realm-url}[Master, window="_blank", id="creating-a-client-1"] realm, which is running on your {customer-sso-name} service.
81-
.. If prompted, log in with your username and password. You will see the *Master* realm if the login is successful.
82-
.. Hover the realms dropdown in the top left and click on *Add Realm*.
80+
. Open the link:{sso-realm-url}[{customer-sso-name}, window="_blank", id="creating-a-client-1"] and select the *Master* realm.
81+
.. If prompted, log in with your username and password and select the *Master* realm if the login is successful.
82+
+
83+
NOTE: Make sure to select the correct login IDP that contains your RHMI developer user.
84+
.. Hover over the realms dropdown in the top left and click on *Add Realm*.
8385
.. Enter *realm-{user-username}* as the name and click *Create*. You will be redirected to your new realm.
8486
. Select *Clients* from the vertical navigation menu on the left side of the screen.
8587
. Click the *Create* button on the top right of the Clients screen.
@@ -91,7 +93,9 @@ Follow these steps to create a client.
9193
{client-name}
9294
----
9395
.. Verify the *Client Protocol* is set to *openid-connect*.
94-
.. In the *Root URL* field, paste the URL of the *{create-messages-app} UI* from the *{sp1-title}* Solution Pattern. This should look similar to `https://order-entry-ui-{user-username}-<NAMESPACE>.{openshift-app-host}`
96+
.. In the *Root URL* field, paste the URL of the *{create-messages-app} UI* from the *{sp1-title}* Solution Pattern.
97+
+
98+
NOTE: You can get the URL from the *{create-messages-app} UI* route inside the *{sp1-title}* Solution Pattern namespace.
9599
.. Click *Save*. You will see the *Settings* screen for the *{client-name}* client if the save is successful.
96100
. Verify that the *Access Type* field is set to *public*. This means the client is a front-end application that needs to log in using a web browser.
97101

0 commit comments

Comments
 (0)