diff --git a/package.json b/package.json index 103045e..25ba629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tutorial-web-app-walkthroughs", - "version": "1.12.5", + "version": "1.12.6", "description": "Core walkthroughs for the tutorial-web-app", "main": "index.js", "scripts": { diff --git a/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc b/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc index 8e2d6f7..03eda6f 100644 --- a/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc +++ b/walkthroughs/1B-protecting-applications-using-rh-sso/walkthrough.adoc @@ -96,13 +96,13 @@ simple. .. Leave other fields with their default values and click *Save*. . The `customer` user details should now be displayed with tabs along the top of the UI. . Select the *Credentials* tab. -.. Enter the password `customer-password` in the *New Password* field. +.. Enter the password `customer-password` in the *Password* field. .. Enter the same password in the *Password Confirmation* field. .. Set the *Temporary* toggle to the *OFF* position. + NOTE: If we left *Temporary* in the *ON* position the user would be forced to create a new password when they perform a login. -.. Click the *Reset Password* button. -.. When prompted click the *Change password* button in the modal. +.. Click the *Set Password* button. +.. When prompted click the *Set password* button in the modal. [type=verification] Select the *Users* item in the side menu. Click the *View all users* button. Is the `customer` user listed? diff --git a/walkthroughs/2-fuse-aggregator-and-api-management/walkthrough.adoc b/walkthroughs/2-fuse-aggregator-and-api-management/walkthrough.adoc index e274f8b..1cd3596 100644 --- a/walkthroughs/2-fuse-aggregator-and-api-management/walkthrough.adoc +++ b/walkthroughs/2-fuse-aggregator-and-api-management/walkthrough.adoc @@ -237,7 +237,7 @@ If you see the dashboard but not the *NEW PRODUCT* button, contact your administ . Leave the *Description* field empty. // The 'fuse-aggregation-app-url' should be the url of the Fuse Aggregation App e.g. https://fuse-flights-aggregator-ak49.cluster-lfa3xlh.opentry.me/ -. In the *Private endpoint* field, enter: +. In the *Private Base URL* field, enter: + [subs="attributes+"] ---- @@ -333,7 +333,7 @@ https://wt2-{user-sanitized-username}-3scale.{openshift-app-host} **** . Select the *Configuration* menu item from the *Integration* dropdown in the side navigation. -. Click the *Promote v. 1 to Staging* button. +. Click the *Promote v. 1 to Staging APIcast* button. . Is the *Staging API Cast* section updated? ****