21 lines
928 B
Text
21 lines
928 B
Text
|
|
== Admin Console
|
|
|
|
The bulk of your administrative tasks will be done through the {project_name} Admin Console.
|
|
You can go to the console url directly at http://localhost:8080/auth/admin/
|
|
|
|
.Login Page
|
|
image:{project_images}/login-page.png[]
|
|
|
|
Enter the username and password you created on the Welcome Page or the `add-user-keycloak` script in the bin directory.
|
|
This will bring you to the {project_name} Admin Console.
|
|
|
|
.Admin Console
|
|
image:{project_images}/admin-console.png[]
|
|
|
|
The left drop down menu allows you to pick a realm you want to manage or to create a new one. The right drop down menu allows you to view your user account or logout.
|
|
If you are curious about a certain feature, button, or field within the Admin Console, simply hover your mouse
|
|
over any question mark `?` icon. This will pop up tooltip text to describe the area of the console you are interested in.
|
|
The image above shows the tooltip in action.
|
|
|
|
|