From 8ed33c4c04c4eb43ae391a7ee4706ed9432412f9 Mon Sep 17 00:00:00 2001 From: Brian Dooley Date: Mon, 13 Jan 2020 12:43:37 +0000 Subject: [PATCH] Intly 4595 (#128) * Makes minor tweaks to section 1.2 * makes minor tweaks to section 2.3 * Update walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc Co-Authored-By: Paul Wright <5154224+pwright@users.noreply.github.com> Co-authored-by: Paul Wright <5154224+pwright@users.noreply.github.com> --- .../walkthrough.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc b/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc index f842402..6ef2af0 100644 --- a/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc +++ b/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc @@ -77,8 +77,7 @@ Verify that you followed each step in the procedure above. In the *Settings* tab === Creating a User -Red Hat Single Sign-On provides identity brokering functionality. Identity -brokering facilitates login using a shared identity. For example, it's possible +Red Hat Single Sign-On provides identity brokering functionality, which facilitates login using a shared identity. For example, it is possible to create an *Identity Provider* in a *Realm* in SSO to enable login using social identities such as Google, Twitter, or GitHub. When the user chooses to login using an *Identity Provider* a *User* is automatically created @@ -158,10 +157,10 @@ demonstrate how to include a configuration and enable the adapter. . Select *Applications > Deployments*. . Select the *rhmi-lab-nodejs-order-frontend* item from the *Deployments* list. . Select the *Environment* tab. -.. Click the *Add Value from Config Map or Secret* +.. Click *Add Value from Config Map or Secret* .. Enter `KEYCLOAK_CONFIG` in the *Name* column. .. Choose `order-entry-keycloak-config` from the *Select a resource* dropdown. -.. Choose the `KEYCLOAK_CONFIG` in the *Select key* dropdown. +.. Choose *KEYCLOAK_CONFIG* from the *Select key* menu. . Scroll down and click *Save*. . Select *Overview* on the left and find the *rhmi-lab-nodejs-order-frontend* in the list. . If a deployment is still in progress, wait for it to finish.