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

15 lines
803 B
Text
Raw Normal View History

2016-05-04 20:16:11 +00:00
=== Creating the Admin Account
2016-05-04 20:16:11 +00:00
After the server boots, open http://localhost:8080/auth in your web browser. The welcome page will indicate that the server is running.
2016-05-04 20:16:11 +00:00
Enter a username and password to create an initial admin user.
2016-05-04 20:16:11 +00:00
This account will be permitted to log in to the `master` realm's administration console, from which you will create realms and users and register applications to be secured by {project_name}.
2016-05-04 20:16:11 +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 create the initial admin user at the command line with the `add-user-keycloak.sh` script. For more information, see the
link:{installguide_link}[{installguide_name}] and the link:{adminguide_link}[{adminguide_name}].
2016-05-04 20:16:11 +00:00