added variables for external URLs

This commit is contained in:
Jen Malloy 2016-12-08 15:12:46 -05:00
parent ebfaea4ef0
commit 9873d8d994
3 changed files with 8 additions and 9 deletions

View file

@ -22,12 +22,12 @@
"installguide": { "installguide": {
"name": "Server Installation and Configuration Guide", "name": "Server Installation and Configuration Guide",
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.1-Beta/server-installation-and-configuration-guide/" "link": "/single/server-installation-and-configuration-guide/"
}, },
"adminguide": { "adminguide": {
"name": "Server Administration Guide", "name": "Server Administration Guide",
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.1-Beta/server-administration-guide/" "link": "/single/server-administration-guide/"
}, },
"clientadapter": "RH-SSO-{{book.project.version}}-eap7-adapter.zip", "clientadapter": "RH-SSO-{{book.project.version}}-eap7-adapter.zip",
"appServer": "JBoss EAP 7", "appServer": "JBoss EAP 7",

View file

@ -12,6 +12,6 @@ you can start creating realms, users and registering applications to be secured
NOTE: You can only create an initial admin user on the Welcome Page if you connect via `localhost`. This is a security NOTE: You can only create an initial admin user on the Welcome Page if you connect via `localhost`. This is a security
precaution. You can also create the initial admin user at the command line with the `add-user-keycloak.sh` script. This is discussed more in the precaution. You can also create the initial admin user at the command line with the `add-user-keycloak.sh` script. This is discussed more in the
link:{{book.installguide.link}}[{{book.installguide.name}}] and link:{{book.adminguide.link}}[{{book.adminguide.name}}]. link:{{book.project.doc_base_url}}{{book.project.doc_info_version_url}}{{book.installguide.link}}[{{book.installguide.name}}] and link:{{book.project.doc_base_url}}{{book.project.doc_info_version_url}}{{book.adminguide.link}}[{{book.adminguide.name}}].

View file

@ -1,21 +1,20 @@
=== User Account Service === User Account Service
After creating the user, logout of the management console by clicking the right hand drop down menu and selecting `Sign Off`. After creating the user, log out of the management console by clicking the right dropdown menu and selecting *Sign Off*.
Next, login to the User Account Service of your `demo` realm with the user you just created by clicking this link: Next, log in to the User Account Service of your `demo` realm with the user you just created by clicking this link:
User Account Link:: User Account Link::
http://localhost:8080/auth/realms/demo/account http://localhost:8080/auth/realms/demo/account
Enter 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 must create a permanent password after you
successfully login. successfully log in.
.Update Password .Update Password
image:../../{{book.images}}/update-password.png[] image:../../{{book.images}}/update-password.png[]
Finally, you will be brought to the User Account Service. Every user in a realm has access to this Account Service by default. Finally, you will be brought to the User Account Service. Every user in a realm has access to this Account Service by default.
It allows you to update profile information and change or add additional credentials. More information on this service is provided It allows you to update profile information and change or add additional credentials. For more information on this service see the link:{{book.project.doc_base_url}}{{book.project.doc_info_version_url}}{{book.adminguide.link}}[{{book.adminguide.name}}].
in the link:{{book.adminguide.link}}[{{book.adminguide.name}}].