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
{{ message }}
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: walkthroughs/2-protecting-apps-sso/walkthrough.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,11 @@ Red Hat manages this instance, however there are some additional users with admi
77
77
78
78
Follow these steps to create a client.
79
79
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*.
83
85
.. Enter *realm-{user-username}* as the name and click *Create*. You will be redirected to your new realm.
84
86
. Select *Clients* from the vertical navigation menu on the left side of the screen.
85
87
. Click the *Create* button on the top right of the Clients screen.
@@ -91,7 +93,9 @@ Follow these steps to create a client.
91
93
{client-name}
92
94
----
93
95
.. 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.
95
99
.. Click *Save*. You will see the *Settings* screen for the *{client-name}* client if the save is successful.
96
100
. 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.
0 commit comments