2016-05-04 20:16:11 +00:00
|
|
|
|
2016-12-12 20:20:58 +00:00
|
|
|
=== Creating the Admin Account
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2016-12-12 20:20:58 +00:00
|
|
|
After the server boots, open your browser and go to the http://localhost:8080/auth URL. The page should look like this:
|
2016-05-04 20:16:11 +00:00
|
|
|
|
|
|
|
.Welcome Page
|
2016-05-04 20:18:50 +00:00
|
|
|
image:../../{{book.images}}/initial-welcome-page.png[]
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2016-12-12 20:20:58 +00:00
|
|
|
{{book.project.name}} does not have a configured admin account by default. You must create one on the Welcome page.
|
2016-05-04 20:16:11 +00:00
|
|
|
This account will allow you to create an admin that can log into the _master_ realm's administration console so that
|
2016-12-12 20:20:58 +00:00
|
|
|
you can start creating realms and users and registering applications to be secured by {{book.project.name}}.
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2016-12-12 20:20:58 +00:00
|
|
|
NOTE: You can only create an initial admin user on the Welcome Page if you connect using `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. For more details see
|
2017-03-01 21:19:29 +00:00
|
|
|
link:{{book.installguide.link}}[{{book.installguide.name}}] and link:{{book.adminguide.link}}[{{book.adminguide.name}}].
|
2016-05-04 20:16:11 +00:00
|
|
|
|
|
|
|
|