From d4991ce56f66a1f0f13ec2bb1212c11d98bbb3f8 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 6 Aug 2024 17:40:10 +0200 Subject: [PATCH] Fix server guide cross-references for downstream docs Closes #31947 Signed-off-by: Alexander Schwartz --- docs/documentation/server_admin/topics/admin-console.adoc | 3 ++- .../topics/authentication/authentication-sessions.adoc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/documentation/server_admin/topics/admin-console.adoc b/docs/documentation/server_admin/topics/admin-console.adoc index 544437a7c7..3f69782237 100644 --- a/docs/documentation/server_admin/topics/admin-console.adoc +++ b/docs/documentation/server_admin/topics/admin-console.adoc @@ -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. @@ -15,4 +16,4 @@ include::login-settings/forgot-password.adoc[leveloffset=2] include::login-settings/remember-me.adoc[leveloffset=2] include::login-settings/acr-to-loa-mapping.adoc[leveloffset=2] include::login-settings/update-email-workflow.adoc[leveloffset=2] -include::realms/keys.adoc[] \ No newline at end of file +include::realms/keys.adoc[] diff --git a/docs/documentation/server_admin/topics/authentication/authentication-sessions.adoc b/docs/documentation/server_admin/topics/authentication/authentication-sessions.adoc index bde07e7b93..2dcc4d8dc1 100644 --- a/docs/documentation/server_admin/topics/authentication/authentication-sessions.adoc +++ b/docs/documentation/server_admin/topics/authentication/authentication-sessions.adoc @@ -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 <>. +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