Fix server guide cross-references for downstream docs
Closes #31947 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
d04d2bb852
commit
d4991ce56f
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
[#_configuring-realms]
|
||||
== Configuring realms
|
||||
|
||||
Once you have an administrative account for the Admin Console, you can configure realms. A realm is a space where you manage objects, including users, applications, roles, and groups. A user belongs to and logs into a realm. One {project_name} deployment can define, store, and manage as many realms as there is space for in the database.
|
||||
|
|
|
@ -7,7 +7,7 @@ Whenever a new login page is opened from a different tab in the same browser, {p
|
|||
Authentication requests can come from any type of clients such as the Admin CLI. In that case, a new authentication session is also created with one authentication sub-session.
|
||||
Please note that authentication sessions can be created also in other ways than using a browser flow.
|
||||
|
||||
The authentication session usually expires after 30 minutes by default. The exact time is specified by the *Login timeout* switch in the *Sessions* tab of the admin console when <<configuring-realms,configuring realm>>.
|
||||
The authentication session usually expires after 30 minutes by default. The exact time is specified by the *Login timeout* switch in the *Sessions* tab of the admin console when <<_configuring-realms,configuring realms>>.
|
||||
|
||||
==== Authentication in more browser tabs
|
||||
|
||||
|
|
Loading…
Reference in a new issue