initialization
This commit is contained in:
parent
c3a793de31
commit
b0a0912add
7 changed files with 31 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
.. link:topics/features.adoc[Features]
|
||||
.. link:topics/how.adoc[How Does Security Work?]
|
||||
.. link:topics/concepts.adoc[Core Concepts and Terms]
|
||||
. link:topics/initialization[Server Initialization]
|
||||
. link:topics/admin-permissions.adoc[Master Admin Access Control]
|
||||
. link:topics/per-realm-admin-permissions.adoc[Per Realm Admin Access Control]
|
||||
. link:topics/client-registration.adoc[Client Registration]
|
||||
|
|
|
@ -68,6 +68,10 @@
|
|||
"name": "Keycloak Adminstration Guide",
|
||||
"link": "https://keycloak.gitbooks.io/server-adminstration-guide/content/"
|
||||
},
|
||||
"installguide": {
|
||||
"name": "Keycloak Installation and Configuration Guide",
|
||||
"link": "https://keycloak.gitbooks.io/server-install-guide/content/"
|
||||
},
|
||||
"project": {
|
||||
"name": "Keycloak",
|
||||
"version": "1.9.3.Final"
|
||||
|
|
BIN
keycloak-images/add-user-script.png
Normal file
BIN
keycloak-images/add-user-script.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
keycloak-images/initial-welcome-page.png
Executable file
BIN
keycloak-images/initial-welcome-page.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
BIN
rhsso-images/add-user-script.png
Normal file
BIN
rhsso-images/add-user-script.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
rhsso-images/initial-welcome-page.png
Executable file
BIN
rhsso-images/initial-welcome-page.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
26
topics/initialization.adoc
Normal file
26
topics/initialization.adoc
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
|
||||
== Server Initialization
|
||||
|
||||
After performing all the installation and configuration tasks defined in the link:{{book.installguide.link}}[{{book.installguide.name}}],
|
||||
you will need to create an initial admin account.
|
||||
{{book.project.name}} does not have any configured admin account out of the box.
|
||||
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}}.
|
||||
|
||||
If your
|
||||
server is accessible from `localhost`, you can boot it up and create this admin user by going to the http://localhost:8080/auth URL.
|
||||
|
||||
.Welcome Page
|
||||
image:../../{{book.images}}/initial-welcome-page.png[]
|
||||
|
||||
Simply specify the username and password you want for this initial admin.
|
||||
|
||||
If you cannot access the server via a `localhost` address, or just want to provision {{book.project.name}} form the command line
|
||||
you can do this with the `add-user-keycloak` script.
|
||||
|
||||
.add-user-keycloak script
|
||||
image:../../{{book.images}}/initial-welcome-page.png[]
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue