Merge pull request #2 from aasingh/master
incorporated QE feddback comments
This commit is contained in:
commit
65351224df
5 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ Alternatively you can go to the console url directly at http://localhost:8080/au
|
||||||
.Login Page
|
.Login Page
|
||||||
image:../../{{book.images}}/login-page.png[]
|
image:../../{{book.images}}/login-page.png[]
|
||||||
|
|
||||||
Enter the username and password you created on the Welcome Page. This will bring you to the {{book.project.name}} Admin Console
|
Enter the username and password you created on the Welcome Page. This will bring you to the {{book.project.name}} Admin Console.
|
||||||
|
|
||||||
.Admin Console
|
.Admin Console
|
||||||
image:../../{{book.images}}/admin-console.png[]
|
image:../../{{book.images}}/admin-console.png[]
|
||||||
|
|
|
@ -7,7 +7,7 @@ Next, login to the User Account Service of your `demo` realm with the user you j
|
||||||
User Account Link::
|
User Account Link::
|
||||||
http://localhost:8080/auth/realms/demo/account
|
http://localhost:8080/auth/realms/demo/account
|
||||||
|
|
||||||
Enter in the username and temporary password you created. You will be asked to change and create a permanent password after you
|
Enter the username and temporary password you created. You will be asked to change and create a permanent password after you
|
||||||
successfully login.
|
successfully login.
|
||||||
|
|
||||||
.Update Password
|
.Update Password
|
||||||
|
|
|
@ -8,7 +8,7 @@ Login to the {{book.project.name}} Admin Console using the account you created i
|
||||||
Admin Console Link::
|
Admin Console Link::
|
||||||
http://localhost:8080/auth/admin/
|
http://localhost:8080/auth/admin/
|
||||||
|
|
||||||
Mouse over the top left corner drop down menu that is titled with `Master`. If you are logged in the master realm
|
Place the mouse over the top left corner drop down menu that is titled with `Master`. If you are logged in the master realm
|
||||||
this drop down menu lists all the realms created. The last entry of this drop down menu is always `Add Realm`. Click
|
this drop down menu lists all the realms created. The last entry of this drop down menu is always `Add Realm`. Click
|
||||||
this to add a realm.
|
this to add a realm.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ enter in `demo` for the realm name and click `Create`.
|
||||||
image:../../{{book.images}}/create-realm.png[]
|
image:../../{{book.images}}/create-realm.png[]
|
||||||
|
|
||||||
After creating the realm you are brought back to the main Admin Console page. The current realm will now be set to
|
After creating the realm you are brought back to the main Admin Console page. The current realm will now be set to
|
||||||
`demo`. You can switch between managing the `master` realm and the realm you just created by doing a mouse over on the
|
`demo`. You can switch between managing the `master` realm and the realm you just created by doing a mouseover on the
|
||||||
top left corner drop down menu.
|
top left corner drop down menu.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ the page that will allo you to do this.
|
||||||
.Set Temporary Password
|
.Set Temporary Password
|
||||||
image:../../{{book.images}}/credentials.png[]
|
image:../../{{book.images}}/credentials.png[]
|
||||||
|
|
||||||
Enter in a new password and retype it within the `Password Confirmation` field. Once you do this a red `Reset Password`
|
Enter a new password and retype it within the `Password Confirmation` field. Once you do this a red `Reset Password`
|
||||||
button should reappear. Clicking on that will reset the user's password to the new one you specified. Please note that
|
button should reappear. Clicking on that will reset the user's password to the new one you specified. Please note that
|
||||||
this is a temporary password and the user will be required to change it after they first log in. You can make it permanent
|
this is a temporary password and the user will be required to change it after they first log in. You can make it permanent
|
||||||
by flipping the `Temporary` switch from `On` to `Off` before you click the `Reset Password` button.
|
by flipping the `Temporary` switch from `On` to `Off` before you click the `Reset Password` button.
|
||||||
|
|
|
@ -11,7 +11,7 @@ You can obtain the code by cloning the
|
||||||
quickstart repo at git@github.com:jboss-developer/rh-sso-quickstarts.git. Follow these steps to download the code, build it,
|
quickstart repo at git@github.com:jboss-developer/rh-sso-quickstarts.git. Follow these steps to download the code, build it,
|
||||||
and deploy it. Make sure your JBoss EAP or Wildfly app server instance is running before you start these steps!
|
and deploy it. Make sure your JBoss EAP or Wildfly app server instance is running before you start these steps!
|
||||||
|
|
||||||
.clone project
|
.Clone Project
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
$ git clone git@github.com:jboss-developer/rh-sso-quickstarts.git
|
$ git clone git@github.com:jboss-developer/rh-sso-quickstarts.git
|
||||||
|
@ -23,7 +23,7 @@ You should see some text scroll down in the app server console window. After th
|
||||||
|
|
||||||
http://localhost:8080/vanilla
|
http://localhost:8080/vanilla
|
||||||
|
|
||||||
.app login page
|
.App Login Page
|
||||||
image:../../{{book.images}}/app-login-page.png[]
|
image:../../{{book.images}}/app-login-page.png[]
|
||||||
|
|
||||||
If you open up the application's _web.xml_ file you would see that the application is secured via `BASIC` authentication.
|
If you open up the application's _web.xml_ file you would see that the application is secured via `BASIC` authentication.
|
||||||
|
@ -31,7 +31,7 @@ If you click on the login button on the login page, the browser
|
||||||
will pop up a BASIC auth login dialog.
|
will pop up a BASIC auth login dialog.
|
||||||
|
|
||||||
|
|
||||||
.app login dialog
|
.App Login Dialog
|
||||||
image:../../{{book.images}}/client-auth-required.png[]
|
image:../../{{book.images}}/client-auth-required.png[]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue