KEYCLOAK-16069 tested use of standalone attribute on create a realm procedure
This commit is contained in:
parent
820a10fae1
commit
ac518b7b26
10 changed files with 33 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
1include::topics/overview.adoc[]
|
||||
include::topics/overview.adoc[]
|
||||
include::topics/overview/features.adoc[]
|
||||
include::topics/overview/how.adoc[]
|
||||
include::topics/overview/concepts.adoc[]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[[_export_import]]
|
||||
|
||||
[id=assembly-exporting-importing_{context}]
|
||||
== Export and Import
|
||||
|
||||
{project_name} has the ability to export and import the entire database.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[[_clear-cache]]
|
||||
=== Clearing Server Caches
|
||||
= Clearing Server Caches
|
||||
|
||||
{project_name} will cache everything it can in memory within the limits of your JVM and/or the limits you've configured
|
||||
it for. If the {project_name} database is modified by a third party (i.e. a DBA) outside the scope of the server's REST APIs or Admin Console
|
||||
|
|
|
@ -1,24 +1,28 @@
|
|||
[[_create-realm]]
|
||||
|
||||
=== Create a New Realm
|
||||
[id=proc-creating-a-realm_{context}]
|
||||
= Creating a realm
|
||||
|
||||
Creating a new realm is very simple.
|
||||
Mouse over the top left corner drop down menu that is titled with `Master`. If you are logged in the master realm
|
||||
this drop down menu lists all the realms created. The last entry of this drop down menu is always `Add Realm`. Click
|
||||
this to add a realm.
|
||||
You create a realm as a management space where you can create clients, which are applications or services, and create users who need those clients.
|
||||
|
||||
.Procedure
|
||||
|
||||
. Point to the top of the left pane
|
||||
|
||||
. Click *Add Realm*.
|
||||
+
|
||||
.Add Realm Menu
|
||||
image:{project_images}/add-realm-menu.png[]
|
||||
|
||||
This menu option will bring you to the `Add Realm` page. Specify the realm name you want to define and click the `Create` button.
|
||||
Alternatively you can import a JSON document that defines your new realm. We'll go over this in more detail in the
|
||||
<<_export_import, Export and Import>> chapter.
|
||||
. Enter a name for the realm.
|
||||
|
||||
. Click *Create*.
|
||||
|
||||
The current realm is now set to the realm you just created. You can switch between managing different realms by doing a mouse over on the top left corner drop down menu.
|
||||
|
||||
ifdef::standalone[]
|
||||
Alternatively you can import a JSON document that defines your new realm. We'll go over this in more detail in the xref:assembly-exporting-importing_{context}[Export and Import] chapter.
|
||||
endif::[]
|
||||
|
||||
.Create Realm
|
||||
image:{project_images}/create-realm.png[]
|
||||
|
||||
After creating the realm you are brought back to the main Admin Console page. The current realm will now be set to
|
||||
the realm you just created. You can switch between managing different realms by doing a mouse over on the
|
||||
top left corner drop down menu.
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[[_email]]
|
||||
|
||||
=== Email Settings
|
||||
= Email Settings
|
||||
|
||||
{project_name} sends emails to users to verify their email address, when they forget their passwords, or when an admin needs to
|
||||
receive notifications about a server event.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
=== The Master Realm
|
||||
|
||||
= The Master Realm
|
||||
When you boot {project_name} for the first time {project_name} creates a
|
||||
pre-defined realm for you. This initial realm is the _master_ realm. It is the
|
||||
highest level in the hierarchy of realms. Admin accounts in this realm have
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[[_ssl_modes]]
|
||||
|
||||
=== SSL Mode
|
||||
= SSL Mode
|
||||
|
||||
Each realm has an SSL Mode associated with it. The SSL Mode defines the SSL/HTTPS requirements for interacting with the realm.
|
||||
Browsers and applications that interact with the realm must honor the SSL/HTTPS requirements defined by the SSL Mode or they
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[[_themes]]
|
||||
=== Themes and Internationalization
|
||||
= Themes and Internationalization
|
||||
|
||||
Themes allow you to change the look and feel of any UI in {project_name}. Themes are configured per realm. To change
|
||||
a theme go to the `Realm Settings` left menu item and click on the `Themes` tab.
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
:project_versionNpm: 16.0.0
|
||||
:project_versionDoc: 16.0
|
||||
|
||||
:standalone:
|
||||
:api-management!:
|
||||
:on-prem:
|
||||
|
||||
ifeval::["{project_buildType}" == "latest"]
|
||||
:project_versionLinks: latest
|
||||
endif::[]
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
:project_versionNpm: 15.0.1.redhat-00002
|
||||
:project_images: rhsso-images
|
||||
|
||||
:standalone:
|
||||
:api-management!:
|
||||
:on-prem:
|
||||
|
||||
:project_name_full: Red Hat Single Sign-On
|
||||
:project_version_base: 7.5
|
||||
:project_version: 7.5.0
|
||||
|
|
Loading…
Reference in a new issue