keycloak-scim/topics/first-boot/initial-user.adoc

18 lines
1.1 KiB
Text
Raw Normal View History

2016-05-04 20:16:11 +00:00
=== Create Admin Account
After the server boots, open your browser and go to the http://localhost:8080/auth URL. The page should look like this:
.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
{{book.project.name}} does not have any configured admin account out of the box. You must create one on the Welcome Page.
This account will allow you to create an admin that can log into the _master_ realm's administration console so that
you can start creating realms, users and registering applications to be secured by {{book.project.name}}.
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
2016-12-08 20:12:46 +00:00
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}}].
2016-05-04 20:16:11 +00:00